summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-06-28 17:10:20 -0700
committerMarkus Roberts <Markus@reality.com>2010-06-28 17:10:20 -0700
commitfdc8c3509b5ac5bc170c54d72b2c2bafb58409f2 (patch)
tree6ed2204d72c6924e867a1320d3b7e6728035f1a1 /spec/unit/parser/ast
parent9a94ee274c39c261cd49e688a7bd7ea0eb73af50 (diff)
downloadpuppet-fdc8c3509b5ac5bc170c54d72b2c2bafb58409f2.tar.gz
puppet-fdc8c3509b5ac5bc170c54d72b2c2bafb58409f2.tar.xz
puppet-fdc8c3509b5ac5bc170c54d72b2c2bafb58409f2.zip
[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rb
Part 2 re-did the change on the spec files, which it shouldn't have.
Diffstat (limited to 'spec/unit/parser/ast')
-rwxr-xr-xspec/unit/parser/ast/arithmetic_operator_spec.rb (renamed from spec/unit/parser/ast/arithmetic_operator_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/astarray_spec.rb (renamed from spec/unit/parser/ast/astarray_spec_spec.rb)0
-rw-r--r--spec/unit/parser/ast/asthash_spec.rb (renamed from spec/unit/parser/ast/asthash_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/boolean_operator_spec.rb (renamed from spec/unit/parser/ast/boolean_operator_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/casestatement_spec.rb (renamed from spec/unit/parser/ast/casestatement_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/collection_spec.rb (renamed from spec/unit/parser/ast/collection_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/collexpr_spec.rb (renamed from spec/unit/parser/ast/collexpr_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/comparison_operator_spec.rb (renamed from spec/unit/parser/ast/comparison_operator_spec_spec.rb)0
-rw-r--r--spec/unit/parser/ast/function_spec.rb (renamed from spec/unit/parser/ast/function_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/ifstatement_spec.rb (renamed from spec/unit/parser/ast/ifstatement_spec_spec.rb)0
-rw-r--r--spec/unit/parser/ast/in_operator_spec.rb (renamed from spec/unit/parser/ast/in_operator_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/leaf_spec.rb (renamed from spec/unit/parser/ast/leaf_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/match_operator_spec.rb (renamed from spec/unit/parser/ast/match_operator_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/minus_spec.rb (renamed from spec/unit/parser/ast/minus_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/nop_spec.rb (renamed from spec/unit/parser/ast/nop_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/not_spec.rb (renamed from spec/unit/parser/ast/not_spec_spec.rb)0
-rw-r--r--spec/unit/parser/ast/relationship_spec.rb (renamed from spec/unit/parser/ast/relationship_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_defaults_spec.rb (renamed from spec/unit/parser/ast/resource_defaults_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_override_spec.rb (renamed from spec/unit/parser/ast/resource_override_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_reference_spec.rb (renamed from spec/unit/parser/ast/resource_reference_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_spec.rb (renamed from spec/unit/parser/ast/resource_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/selector_spec.rb (renamed from spec/unit/parser/ast/selector_spec_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/vardef_spec.rb (renamed from spec/unit/parser/ast/vardef_spec_spec.rb)0
23 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/parser/ast/arithmetic_operator_spec_spec.rb b/spec/unit/parser/ast/arithmetic_operator_spec.rb
index ad8d9947b..ad8d9947b 100755
--- a/spec/unit/parser/ast/arithmetic_operator_spec_spec.rb
+++ b/spec/unit/parser/ast/arithmetic_operator_spec.rb
diff --git a/spec/unit/parser/ast/astarray_spec_spec.rb b/spec/unit/parser/ast/astarray_spec.rb
index 1791c711c..1791c711c 100755
--- a/spec/unit/parser/ast/astarray_spec_spec.rb
+++ b/spec/unit/parser/ast/astarray_spec.rb
diff --git a/spec/unit/parser/ast/asthash_spec_spec.rb b/spec/unit/parser/ast/asthash_spec.rb
index fc8e1c7ea..fc8e1c7ea 100644
--- a/spec/unit/parser/ast/asthash_spec_spec.rb
+++ b/spec/unit/parser/ast/asthash_spec.rb
diff --git a/spec/unit/parser/ast/boolean_operator_spec_spec.rb b/spec/unit/parser/ast/boolean_operator_spec.rb
index d8e9603e8..d8e9603e8 100755
--- a/spec/unit/parser/ast/boolean_operator_spec_spec.rb
+++ b/spec/unit/parser/ast/boolean_operator_spec.rb
diff --git a/spec/unit/parser/ast/casestatement_spec_spec.rb b/spec/unit/parser/ast/casestatement_spec.rb
index 240d3bfea..240d3bfea 100755
--- a/spec/unit/parser/ast/casestatement_spec_spec.rb
+++ b/spec/unit/parser/ast/casestatement_spec.rb
diff --git a/spec/unit/parser/ast/collection_spec_spec.rb b/spec/unit/parser/ast/collection_spec.rb
index c141bd708..c141bd708 100755
--- a/spec/unit/parser/ast/collection_spec_spec.rb
+++ b/spec/unit/parser/ast/collection_spec.rb
diff --git a/spec/unit/parser/ast/collexpr_spec_spec.rb b/spec/unit/parser/ast/collexpr_spec.rb
index 4dfc1e97a..4dfc1e97a 100755
--- a/spec/unit/parser/ast/collexpr_spec_spec.rb
+++ b/spec/unit/parser/ast/collexpr_spec.rb
diff --git a/spec/unit/parser/ast/comparison_operator_spec_spec.rb b/spec/unit/parser/ast/comparison_operator_spec.rb
index 97402433f..97402433f 100755
--- a/spec/unit/parser/ast/comparison_operator_spec_spec.rb
+++ b/spec/unit/parser/ast/comparison_operator_spec.rb
diff --git a/spec/unit/parser/ast/function_spec_spec.rb b/spec/unit/parser/ast/function_spec.rb
index bb687eac0..bb687eac0 100644
--- a/spec/unit/parser/ast/function_spec_spec.rb
+++ b/spec/unit/parser/ast/function_spec.rb
diff --git a/spec/unit/parser/ast/ifstatement_spec_spec.rb b/spec/unit/parser/ast/ifstatement_spec.rb
index 83121cddd..83121cddd 100755
--- a/spec/unit/parser/ast/ifstatement_spec_spec.rb
+++ b/spec/unit/parser/ast/ifstatement_spec.rb
diff --git a/spec/unit/parser/ast/in_operator_spec_spec.rb b/spec/unit/parser/ast/in_operator_spec.rb
index 9d3cab712..9d3cab712 100644
--- a/spec/unit/parser/ast/in_operator_spec_spec.rb
+++ b/spec/unit/parser/ast/in_operator_spec.rb
diff --git a/spec/unit/parser/ast/leaf_spec_spec.rb b/spec/unit/parser/ast/leaf_spec.rb
index d5534debb..d5534debb 100755
--- a/spec/unit/parser/ast/leaf_spec_spec.rb
+++ b/spec/unit/parser/ast/leaf_spec.rb
diff --git a/spec/unit/parser/ast/match_operator_spec_spec.rb b/spec/unit/parser/ast/match_operator_spec.rb
index 985cf60d5..985cf60d5 100755
--- a/spec/unit/parser/ast/match_operator_spec_spec.rb
+++ b/spec/unit/parser/ast/match_operator_spec.rb
diff --git a/spec/unit/parser/ast/minus_spec_spec.rb b/spec/unit/parser/ast/minus_spec.rb
index 782fd3e0c..782fd3e0c 100755
--- a/spec/unit/parser/ast/minus_spec_spec.rb
+++ b/spec/unit/parser/ast/minus_spec.rb
diff --git a/spec/unit/parser/ast/nop_spec_spec.rb b/spec/unit/parser/ast/nop_spec.rb
index 5a7132586..5a7132586 100755
--- a/spec/unit/parser/ast/nop_spec_spec.rb
+++ b/spec/unit/parser/ast/nop_spec.rb
diff --git a/spec/unit/parser/ast/not_spec_spec.rb b/spec/unit/parser/ast/not_spec.rb
index a3bf0b85d..a3bf0b85d 100755
--- a/spec/unit/parser/ast/not_spec_spec.rb
+++ b/spec/unit/parser/ast/not_spec.rb
diff --git a/spec/unit/parser/ast/relationship_spec_spec.rb b/spec/unit/parser/ast/relationship_spec.rb
index acb46e4ce..acb46e4ce 100644
--- a/spec/unit/parser/ast/relationship_spec_spec.rb
+++ b/spec/unit/parser/ast/relationship_spec.rb
diff --git a/spec/unit/parser/ast/resource_defaults_spec_spec.rb b/spec/unit/parser/ast/resource_defaults_spec.rb
index b2cec31c6..b2cec31c6 100755
--- a/spec/unit/parser/ast/resource_defaults_spec_spec.rb
+++ b/spec/unit/parser/ast/resource_defaults_spec.rb
diff --git a/spec/unit/parser/ast/resource_override_spec_spec.rb b/spec/unit/parser/ast/resource_override_spec.rb
index d327b57cd..d327b57cd 100755
--- a/spec/unit/parser/ast/resource_override_spec_spec.rb
+++ b/spec/unit/parser/ast/resource_override_spec.rb
diff --git a/spec/unit/parser/ast/resource_reference_spec_spec.rb b/spec/unit/parser/ast/resource_reference_spec.rb
index ee42694b9..ee42694b9 100755
--- a/spec/unit/parser/ast/resource_reference_spec_spec.rb
+++ b/spec/unit/parser/ast/resource_reference_spec.rb
diff --git a/spec/unit/parser/ast/resource_spec_spec.rb b/spec/unit/parser/ast/resource_spec.rb
index 2473fda25..2473fda25 100755
--- a/spec/unit/parser/ast/resource_spec_spec.rb
+++ b/spec/unit/parser/ast/resource_spec.rb
diff --git a/spec/unit/parser/ast/selector_spec_spec.rb b/spec/unit/parser/ast/selector_spec.rb
index f32310b92..f32310b92 100755
--- a/spec/unit/parser/ast/selector_spec_spec.rb
+++ b/spec/unit/parser/ast/selector_spec.rb
diff --git a/spec/unit/parser/ast/vardef_spec_spec.rb b/spec/unit/parser/ast/vardef_spec.rb
index a6863e75f..a6863e75f 100755
--- a/spec/unit/parser/ast/vardef_spec_spec.rb
+++ b/spec/unit/parser/ast/vardef_spec.rb