summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-06-28 16:32:11 -0700
committerMarkus Roberts <Markus@reality.com>2010-06-28 16:32:11 -0700
commit9ceb4540a567b0a9de85af5397df4a292303a9c3 (patch)
tree30d1e1601888381baaaa14bfc5ee7246fd5c78e8 /spec/unit/parser
parent85638cf427fe9b35d3e3b0fa4ce919c5806c60d3 (diff)
downloadpuppet-9ceb4540a567b0a9de85af5397df4a292303a9c3.tar.gz
puppet-9ceb4540a567b0a9de85af5397df4a292303a9c3.tar.xz
puppet-9ceb4540a567b0a9de85af5397df4a292303a9c3.zip
[#3994-part 2] rename integration tests to *_spec.rb
Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
Diffstat (limited to 'spec/unit/parser')
-rwxr-xr-xspec/unit/parser/ast/arithmetic_operator_spec_spec.rb (renamed from spec/unit/parser/ast/arithmetic_operator_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/astarray_spec_spec.rb (renamed from spec/unit/parser/ast/astarray_spec.rb)0
-rw-r--r--spec/unit/parser/ast/asthash_spec_spec.rb (renamed from spec/unit/parser/ast/asthash_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/boolean_operator_spec_spec.rb (renamed from spec/unit/parser/ast/boolean_operator_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/casestatement_spec_spec.rb (renamed from spec/unit/parser/ast/casestatement_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/collection_spec_spec.rb (renamed from spec/unit/parser/ast/collection_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/collexpr_spec_spec.rb (renamed from spec/unit/parser/ast/collexpr_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/comparison_operator_spec_spec.rb (renamed from spec/unit/parser/ast/comparison_operator_spec.rb)0
-rw-r--r--spec/unit/parser/ast/function_spec_spec.rb (renamed from spec/unit/parser/ast/function_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/ifstatement_spec_spec.rb (renamed from spec/unit/parser/ast/ifstatement_spec.rb)0
-rw-r--r--spec/unit/parser/ast/in_operator_spec_spec.rb (renamed from spec/unit/parser/ast/in_operator_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/leaf_spec_spec.rb (renamed from spec/unit/parser/ast/leaf_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/match_operator_spec_spec.rb (renamed from spec/unit/parser/ast/match_operator_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/minus_spec_spec.rb (renamed from spec/unit/parser/ast/minus_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/nop_spec_spec.rb (renamed from spec/unit/parser/ast/nop_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/not_spec_spec.rb (renamed from spec/unit/parser/ast/not_spec.rb)0
-rw-r--r--spec/unit/parser/ast/relationship_spec_spec.rb (renamed from spec/unit/parser/ast/relationship_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_defaults_spec_spec.rb (renamed from spec/unit/parser/ast/resource_defaults_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_override_spec_spec.rb (renamed from spec/unit/parser/ast/resource_override_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_reference_spec_spec.rb (renamed from spec/unit/parser/ast/resource_reference_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/resource_spec_spec.rb (renamed from spec/unit/parser/ast/resource_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/selector_spec_spec.rb (renamed from spec/unit/parser/ast/selector_spec.rb)0
-rwxr-xr-xspec/unit/parser/ast/vardef_spec_spec.rb (renamed from spec/unit/parser/ast/vardef_spec.rb)0
-rw-r--r--spec/unit/parser/ast_spec_spec.rb (renamed from spec/unit/parser/ast_spec.rb)0
-rwxr-xr-xspec/unit/parser/collector_spec_spec.rb (renamed from spec/unit/parser/collector_spec.rb)0
-rwxr-xr-xspec/unit/parser/compiler_spec_spec.rb (renamed from spec/unit/parser/compiler_spec.rb)0
-rw-r--r--spec/unit/parser/files_spec_spec.rb (renamed from spec/unit/parser/files_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/defined_spec_spec.rb (renamed from spec/unit/parser/functions/defined_spec.rb)0
-rw-r--r--spec/unit/parser/functions/fqdn_rand_spec_spec.rb (renamed from spec/unit/parser/functions/fqdn_rand_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/generate_spec_spec.rb (renamed from spec/unit/parser/functions/generate_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/inline_template_spec_spec.rb (renamed from spec/unit/parser/functions/inline_template_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/realize_spec_spec.rb (renamed from spec/unit/parser/functions/realize_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/regsubst_spec_spec.rb (renamed from spec/unit/parser/functions/regsubst_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/require_spec_spec.rb (renamed from spec/unit/parser/functions/require_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/shellquote_spec_spec.rb (renamed from spec/unit/parser/functions/shellquote_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/split_spec_spec.rb (renamed from spec/unit/parser/functions/split_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/sprintf_spec_spec.rb (renamed from spec/unit/parser/functions/sprintf_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/tag_spec_spec.rb (renamed from spec/unit/parser/functions/tag_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/template_spec_spec.rb (renamed from spec/unit/parser/functions/template_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/versioncmp_spec_spec.rb (renamed from spec/unit/parser/functions/versioncmp_spec.rb)0
-rw-r--r--spec/unit/parser/functions_spec_spec.rb (renamed from spec/unit/parser/functions_spec.rb)0
-rwxr-xr-xspec/unit/parser/lexer_spec_spec.rb (renamed from spec/unit/parser/lexer_spec.rb)0
-rwxr-xr-xspec/unit/parser/parser_spec_spec.rb (renamed from spec/unit/parser/parser_spec.rb)0
-rw-r--r--spec/unit/parser/relationship_spec_spec.rb (renamed from spec/unit/parser/relationship_spec.rb)0
-rwxr-xr-xspec/unit/parser/resource_spec_spec.rb (renamed from spec/unit/parser/resource_spec.rb)0
-rwxr-xr-xspec/unit/parser/scope_spec_spec.rb (renamed from spec/unit/parser/scope_spec.rb)0
-rwxr-xr-xspec/unit/parser/templatewrapper_spec_spec.rb (renamed from spec/unit/parser/templatewrapper_spec.rb)0
-rw-r--r--spec/unit/parser/type_loader_spec_spec.rb (renamed from spec/unit/parser/type_loader_spec.rb)0
48 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/parser/ast/arithmetic_operator_spec.rb b/spec/unit/parser/ast/arithmetic_operator_spec_spec.rb
index ad8d9947b..ad8d9947b 100755
--- a/spec/unit/parser/ast/arithmetic_operator_spec.rb
+++ b/spec/unit/parser/ast/arithmetic_operator_spec_spec.rb
diff --git a/spec/unit/parser/ast/astarray_spec.rb b/spec/unit/parser/ast/astarray_spec_spec.rb
index 1791c711c..1791c711c 100755
--- a/spec/unit/parser/ast/astarray_spec.rb
+++ b/spec/unit/parser/ast/astarray_spec_spec.rb
diff --git a/spec/unit/parser/ast/asthash_spec.rb b/spec/unit/parser/ast/asthash_spec_spec.rb
index fc8e1c7ea..fc8e1c7ea 100644
--- a/spec/unit/parser/ast/asthash_spec.rb
+++ b/spec/unit/parser/ast/asthash_spec_spec.rb
diff --git a/spec/unit/parser/ast/boolean_operator_spec.rb b/spec/unit/parser/ast/boolean_operator_spec_spec.rb
index d8e9603e8..d8e9603e8 100755
--- a/spec/unit/parser/ast/boolean_operator_spec.rb
+++ b/spec/unit/parser/ast/boolean_operator_spec_spec.rb
diff --git a/spec/unit/parser/ast/casestatement_spec.rb b/spec/unit/parser/ast/casestatement_spec_spec.rb
index 240d3bfea..240d3bfea 100755
--- a/spec/unit/parser/ast/casestatement_spec.rb
+++ b/spec/unit/parser/ast/casestatement_spec_spec.rb
diff --git a/spec/unit/parser/ast/collection_spec.rb b/spec/unit/parser/ast/collection_spec_spec.rb
index c141bd708..c141bd708 100755
--- a/spec/unit/parser/ast/collection_spec.rb
+++ b/spec/unit/parser/ast/collection_spec_spec.rb
diff --git a/spec/unit/parser/ast/collexpr_spec.rb b/spec/unit/parser/ast/collexpr_spec_spec.rb
index 4dfc1e97a..4dfc1e97a 100755
--- a/spec/unit/parser/ast/collexpr_spec.rb
+++ b/spec/unit/parser/ast/collexpr_spec_spec.rb
diff --git a/spec/unit/parser/ast/comparison_operator_spec.rb b/spec/unit/parser/ast/comparison_operator_spec_spec.rb
index 97402433f..97402433f 100755
--- a/spec/unit/parser/ast/comparison_operator_spec.rb
+++ b/spec/unit/parser/ast/comparison_operator_spec_spec.rb
diff --git a/spec/unit/parser/ast/function_spec.rb b/spec/unit/parser/ast/function_spec_spec.rb
index bb687eac0..bb687eac0 100644
--- a/spec/unit/parser/ast/function_spec.rb
+++ b/spec/unit/parser/ast/function_spec_spec.rb
diff --git a/spec/unit/parser/ast/ifstatement_spec.rb b/spec/unit/parser/ast/ifstatement_spec_spec.rb
index 83121cddd..83121cddd 100755
--- a/spec/unit/parser/ast/ifstatement_spec.rb
+++ b/spec/unit/parser/ast/ifstatement_spec_spec.rb
diff --git a/spec/unit/parser/ast/in_operator_spec.rb b/spec/unit/parser/ast/in_operator_spec_spec.rb
index 9d3cab712..9d3cab712 100644
--- a/spec/unit/parser/ast/in_operator_spec.rb
+++ b/spec/unit/parser/ast/in_operator_spec_spec.rb
diff --git a/spec/unit/parser/ast/leaf_spec.rb b/spec/unit/parser/ast/leaf_spec_spec.rb
index d5534debb..d5534debb 100755
--- a/spec/unit/parser/ast/leaf_spec.rb
+++ b/spec/unit/parser/ast/leaf_spec_spec.rb
diff --git a/spec/unit/parser/ast/match_operator_spec.rb b/spec/unit/parser/ast/match_operator_spec_spec.rb
index 985cf60d5..985cf60d5 100755
--- a/spec/unit/parser/ast/match_operator_spec.rb
+++ b/spec/unit/parser/ast/match_operator_spec_spec.rb
diff --git a/spec/unit/parser/ast/minus_spec.rb b/spec/unit/parser/ast/minus_spec_spec.rb
index 782fd3e0c..782fd3e0c 100755
--- a/spec/unit/parser/ast/minus_spec.rb
+++ b/spec/unit/parser/ast/minus_spec_spec.rb
diff --git a/spec/unit/parser/ast/nop_spec.rb b/spec/unit/parser/ast/nop_spec_spec.rb
index 5a7132586..5a7132586 100755
--- a/spec/unit/parser/ast/nop_spec.rb
+++ b/spec/unit/parser/ast/nop_spec_spec.rb
diff --git a/spec/unit/parser/ast/not_spec.rb b/spec/unit/parser/ast/not_spec_spec.rb
index a3bf0b85d..a3bf0b85d 100755
--- a/spec/unit/parser/ast/not_spec.rb
+++ b/spec/unit/parser/ast/not_spec_spec.rb
diff --git a/spec/unit/parser/ast/relationship_spec.rb b/spec/unit/parser/ast/relationship_spec_spec.rb
index acb46e4ce..acb46e4ce 100644
--- a/spec/unit/parser/ast/relationship_spec.rb
+++ b/spec/unit/parser/ast/relationship_spec_spec.rb
diff --git a/spec/unit/parser/ast/resource_defaults_spec.rb b/spec/unit/parser/ast/resource_defaults_spec_spec.rb
index b2cec31c6..b2cec31c6 100755
--- a/spec/unit/parser/ast/resource_defaults_spec.rb
+++ b/spec/unit/parser/ast/resource_defaults_spec_spec.rb
diff --git a/spec/unit/parser/ast/resource_override_spec.rb b/spec/unit/parser/ast/resource_override_spec_spec.rb
index d327b57cd..d327b57cd 100755
--- a/spec/unit/parser/ast/resource_override_spec.rb
+++ b/spec/unit/parser/ast/resource_override_spec_spec.rb
diff --git a/spec/unit/parser/ast/resource_reference_spec.rb b/spec/unit/parser/ast/resource_reference_spec_spec.rb
index ee42694b9..ee42694b9 100755
--- a/spec/unit/parser/ast/resource_reference_spec.rb
+++ b/spec/unit/parser/ast/resource_reference_spec_spec.rb
diff --git a/spec/unit/parser/ast/resource_spec.rb b/spec/unit/parser/ast/resource_spec_spec.rb
index 2473fda25..2473fda25 100755
--- a/spec/unit/parser/ast/resource_spec.rb
+++ b/spec/unit/parser/ast/resource_spec_spec.rb
diff --git a/spec/unit/parser/ast/selector_spec.rb b/spec/unit/parser/ast/selector_spec_spec.rb
index f32310b92..f32310b92 100755
--- a/spec/unit/parser/ast/selector_spec.rb
+++ b/spec/unit/parser/ast/selector_spec_spec.rb
diff --git a/spec/unit/parser/ast/vardef_spec.rb b/spec/unit/parser/ast/vardef_spec_spec.rb
index a6863e75f..a6863e75f 100755
--- a/spec/unit/parser/ast/vardef_spec.rb
+++ b/spec/unit/parser/ast/vardef_spec_spec.rb
diff --git a/spec/unit/parser/ast_spec.rb b/spec/unit/parser/ast_spec_spec.rb
index ca6f8080a..ca6f8080a 100644
--- a/spec/unit/parser/ast_spec.rb
+++ b/spec/unit/parser/ast_spec_spec.rb
diff --git a/spec/unit/parser/collector_spec.rb b/spec/unit/parser/collector_spec_spec.rb
index de5fc8015..de5fc8015 100755
--- a/spec/unit/parser/collector_spec.rb
+++ b/spec/unit/parser/collector_spec_spec.rb
diff --git a/spec/unit/parser/compiler_spec.rb b/spec/unit/parser/compiler_spec_spec.rb
index 67bfc3749..67bfc3749 100755
--- a/spec/unit/parser/compiler_spec.rb
+++ b/spec/unit/parser/compiler_spec_spec.rb
diff --git a/spec/unit/parser/files_spec.rb b/spec/unit/parser/files_spec_spec.rb
index 89215344b..89215344b 100644
--- a/spec/unit/parser/files_spec.rb
+++ b/spec/unit/parser/files_spec_spec.rb
diff --git a/spec/unit/parser/functions/defined_spec.rb b/spec/unit/parser/functions/defined_spec_spec.rb
index 03b0ef9dd..03b0ef9dd 100755
--- a/spec/unit/parser/functions/defined_spec.rb
+++ b/spec/unit/parser/functions/defined_spec_spec.rb
diff --git a/spec/unit/parser/functions/fqdn_rand_spec.rb b/spec/unit/parser/functions/fqdn_rand_spec_spec.rb
index cde899eef..cde899eef 100644
--- a/spec/unit/parser/functions/fqdn_rand_spec.rb
+++ b/spec/unit/parser/functions/fqdn_rand_spec_spec.rb
diff --git a/spec/unit/parser/functions/generate_spec.rb b/spec/unit/parser/functions/generate_spec_spec.rb
index 05c2cb7dc..05c2cb7dc 100755
--- a/spec/unit/parser/functions/generate_spec.rb
+++ b/spec/unit/parser/functions/generate_spec_spec.rb
diff --git a/spec/unit/parser/functions/inline_template_spec.rb b/spec/unit/parser/functions/inline_template_spec_spec.rb
index 19e1a3b2a..19e1a3b2a 100755
--- a/spec/unit/parser/functions/inline_template_spec.rb
+++ b/spec/unit/parser/functions/inline_template_spec_spec.rb
diff --git a/spec/unit/parser/functions/realize_spec.rb b/spec/unit/parser/functions/realize_spec_spec.rb
index d9c94b143..d9c94b143 100755
--- a/spec/unit/parser/functions/realize_spec.rb
+++ b/spec/unit/parser/functions/realize_spec_spec.rb
diff --git a/spec/unit/parser/functions/regsubst_spec.rb b/spec/unit/parser/functions/regsubst_spec_spec.rb
index 5a533efb1..5a533efb1 100755
--- a/spec/unit/parser/functions/regsubst_spec.rb
+++ b/spec/unit/parser/functions/regsubst_spec_spec.rb
diff --git a/spec/unit/parser/functions/require_spec.rb b/spec/unit/parser/functions/require_spec_spec.rb
index 45769ccbe..45769ccbe 100755
--- a/spec/unit/parser/functions/require_spec.rb
+++ b/spec/unit/parser/functions/require_spec_spec.rb
diff --git a/spec/unit/parser/functions/shellquote_spec.rb b/spec/unit/parser/functions/shellquote_spec_spec.rb
index 283a4de1e..283a4de1e 100755
--- a/spec/unit/parser/functions/shellquote_spec.rb
+++ b/spec/unit/parser/functions/shellquote_spec_spec.rb
diff --git a/spec/unit/parser/functions/split_spec.rb b/spec/unit/parser/functions/split_spec_spec.rb
index 8aa031d19..8aa031d19 100755
--- a/spec/unit/parser/functions/split_spec.rb
+++ b/spec/unit/parser/functions/split_spec_spec.rb
diff --git a/spec/unit/parser/functions/sprintf_spec.rb b/spec/unit/parser/functions/sprintf_spec_spec.rb
index 949dc3fcc..949dc3fcc 100755
--- a/spec/unit/parser/functions/sprintf_spec.rb
+++ b/spec/unit/parser/functions/sprintf_spec_spec.rb
diff --git a/spec/unit/parser/functions/tag_spec.rb b/spec/unit/parser/functions/tag_spec_spec.rb
index 5fb467e59..5fb467e59 100755
--- a/spec/unit/parser/functions/tag_spec.rb
+++ b/spec/unit/parser/functions/tag_spec_spec.rb
diff --git a/spec/unit/parser/functions/template_spec.rb b/spec/unit/parser/functions/template_spec_spec.rb
index 8fc64d0c3..8fc64d0c3 100755
--- a/spec/unit/parser/functions/template_spec.rb
+++ b/spec/unit/parser/functions/template_spec_spec.rb
diff --git a/spec/unit/parser/functions/versioncmp_spec.rb b/spec/unit/parser/functions/versioncmp_spec_spec.rb
index 0595f8711..0595f8711 100755
--- a/spec/unit/parser/functions/versioncmp_spec.rb
+++ b/spec/unit/parser/functions/versioncmp_spec_spec.rb
diff --git a/spec/unit/parser/functions_spec.rb b/spec/unit/parser/functions_spec_spec.rb
index f605052b5..f605052b5 100644
--- a/spec/unit/parser/functions_spec.rb
+++ b/spec/unit/parser/functions_spec_spec.rb
diff --git a/spec/unit/parser/lexer_spec.rb b/spec/unit/parser/lexer_spec_spec.rb
index c437034a4..c437034a4 100755
--- a/spec/unit/parser/lexer_spec.rb
+++ b/spec/unit/parser/lexer_spec_spec.rb
diff --git a/spec/unit/parser/parser_spec.rb b/spec/unit/parser/parser_spec_spec.rb
index ed4492a87..ed4492a87 100755
--- a/spec/unit/parser/parser_spec.rb
+++ b/spec/unit/parser/parser_spec_spec.rb
diff --git a/spec/unit/parser/relationship_spec.rb b/spec/unit/parser/relationship_spec_spec.rb
index bd4ff5632..bd4ff5632 100644
--- a/spec/unit/parser/relationship_spec.rb
+++ b/spec/unit/parser/relationship_spec_spec.rb
diff --git a/spec/unit/parser/resource_spec.rb b/spec/unit/parser/resource_spec_spec.rb
index 9d407c0e7..9d407c0e7 100755
--- a/spec/unit/parser/resource_spec.rb
+++ b/spec/unit/parser/resource_spec_spec.rb
diff --git a/spec/unit/parser/scope_spec.rb b/spec/unit/parser/scope_spec_spec.rb
index 29dca38f4..29dca38f4 100755
--- a/spec/unit/parser/scope_spec.rb
+++ b/spec/unit/parser/scope_spec_spec.rb
diff --git a/spec/unit/parser/templatewrapper_spec.rb b/spec/unit/parser/templatewrapper_spec_spec.rb
index 1b4121643..1b4121643 100755
--- a/spec/unit/parser/templatewrapper_spec.rb
+++ b/spec/unit/parser/templatewrapper_spec_spec.rb
diff --git a/spec/unit/parser/type_loader_spec.rb b/spec/unit/parser/type_loader_spec_spec.rb
index 2cd837c78..2cd837c78 100644
--- a/spec/unit/parser/type_loader_spec.rb
+++ b/spec/unit/parser/type_loader_spec_spec.rb