diff options
| author | Markus Roberts <Markus@reality.com> | 2010-06-23 15:51:08 -0700 |
|---|---|---|
| committer | Markus Roberts <Markus@reality.com> | 2010-06-23 22:27:29 -0700 |
| commit | 51b70c05167399eb2274fc1add18b6b18d31429d (patch) | |
| tree | 1a33b11f0f589d6f5cd806d6da9de317887ca0e6 /spec/unit/parser/ast | |
| parent | 9958c805dd90acadbb56ed3095e665d8afa990cd (diff) | |
| download | puppet-51b70c05167399eb2274fc1add18b6b18d31429d.tar.gz puppet-51b70c05167399eb2274fc1add18b6b18d31429d.tar.xz puppet-51b70c05167399eb2274fc1add18b6b18d31429d.zip | |
[#3994] rename the specs to have _spec.rb at the end
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/ast')
| -rwxr-xr-x | spec/unit/parser/ast/arithmetic_operator_spec.rb (renamed from spec/unit/parser/ast/arithmetic_operator.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/astarray_spec.rb (renamed from spec/unit/parser/ast/astarray.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/parser/ast/asthash_spec.rb (renamed from spec/unit/parser/ast/asthash.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/boolean_operator_spec.rb (renamed from spec/unit/parser/ast/boolean_operator.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/casestatement_spec.rb (renamed from spec/unit/parser/ast/casestatement.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/collection_spec.rb (renamed from spec/unit/parser/ast/collection.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/collexpr_spec.rb (renamed from spec/unit/parser/ast/collexpr.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/comparison_operator_spec.rb (renamed from spec/unit/parser/ast/comparison_operator.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/parser/ast/function_spec.rb (renamed from spec/unit/parser/ast/function.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/ifstatement_spec.rb (renamed from spec/unit/parser/ast/ifstatement.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/parser/ast/in_operator_spec.rb (renamed from spec/unit/parser/ast/in_operator.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/leaf_spec.rb (renamed from spec/unit/parser/ast/leaf.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/match_operator_spec.rb (renamed from spec/unit/parser/ast/match_operator.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/minus_spec.rb (renamed from spec/unit/parser/ast/minus.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/nop_spec.rb (renamed from spec/unit/parser/ast/nop.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/not_spec.rb (renamed from spec/unit/parser/ast/not.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/parser/ast/relationship_spec.rb (renamed from spec/unit/parser/ast/relationship.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/resource_defaults_spec.rb (renamed from spec/unit/parser/ast/resource_defaults.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/resource_override_spec.rb (renamed from spec/unit/parser/ast/resource_override.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/resource_reference_spec.rb (renamed from spec/unit/parser/ast/resource_reference.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/resource_spec.rb (renamed from spec/unit/parser/ast/resource.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/selector_spec.rb (renamed from spec/unit/parser/ast/selector.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/parser/ast/vardef_spec.rb (renamed from spec/unit/parser/ast/vardef.rb) | 0 |
23 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/parser/ast/arithmetic_operator.rb b/spec/unit/parser/ast/arithmetic_operator_spec.rb index ad8d9947b..ad8d9947b 100755 --- a/spec/unit/parser/ast/arithmetic_operator.rb +++ b/spec/unit/parser/ast/arithmetic_operator_spec.rb diff --git a/spec/unit/parser/ast/astarray.rb b/spec/unit/parser/ast/astarray_spec.rb index 1791c711c..1791c711c 100755 --- a/spec/unit/parser/ast/astarray.rb +++ b/spec/unit/parser/ast/astarray_spec.rb diff --git a/spec/unit/parser/ast/asthash.rb b/spec/unit/parser/ast/asthash_spec.rb index fc8e1c7ea..fc8e1c7ea 100644 --- a/spec/unit/parser/ast/asthash.rb +++ b/spec/unit/parser/ast/asthash_spec.rb diff --git a/spec/unit/parser/ast/boolean_operator.rb b/spec/unit/parser/ast/boolean_operator_spec.rb index d8e9603e8..d8e9603e8 100755 --- a/spec/unit/parser/ast/boolean_operator.rb +++ b/spec/unit/parser/ast/boolean_operator_spec.rb diff --git a/spec/unit/parser/ast/casestatement.rb b/spec/unit/parser/ast/casestatement_spec.rb index 240d3bfea..240d3bfea 100755 --- a/spec/unit/parser/ast/casestatement.rb +++ b/spec/unit/parser/ast/casestatement_spec.rb diff --git a/spec/unit/parser/ast/collection.rb b/spec/unit/parser/ast/collection_spec.rb index c141bd708..c141bd708 100755 --- a/spec/unit/parser/ast/collection.rb +++ b/spec/unit/parser/ast/collection_spec.rb diff --git a/spec/unit/parser/ast/collexpr.rb b/spec/unit/parser/ast/collexpr_spec.rb index 4dfc1e97a..4dfc1e97a 100755 --- a/spec/unit/parser/ast/collexpr.rb +++ b/spec/unit/parser/ast/collexpr_spec.rb diff --git a/spec/unit/parser/ast/comparison_operator.rb b/spec/unit/parser/ast/comparison_operator_spec.rb index 97402433f..97402433f 100755 --- a/spec/unit/parser/ast/comparison_operator.rb +++ b/spec/unit/parser/ast/comparison_operator_spec.rb diff --git a/spec/unit/parser/ast/function.rb b/spec/unit/parser/ast/function_spec.rb index bb687eac0..bb687eac0 100644 --- a/spec/unit/parser/ast/function.rb +++ b/spec/unit/parser/ast/function_spec.rb diff --git a/spec/unit/parser/ast/ifstatement.rb b/spec/unit/parser/ast/ifstatement_spec.rb index 83121cddd..83121cddd 100755 --- a/spec/unit/parser/ast/ifstatement.rb +++ b/spec/unit/parser/ast/ifstatement_spec.rb diff --git a/spec/unit/parser/ast/in_operator.rb b/spec/unit/parser/ast/in_operator_spec.rb index df73645a2..df73645a2 100644 --- a/spec/unit/parser/ast/in_operator.rb +++ b/spec/unit/parser/ast/in_operator_spec.rb diff --git a/spec/unit/parser/ast/leaf.rb b/spec/unit/parser/ast/leaf_spec.rb index d5534debb..d5534debb 100755 --- a/spec/unit/parser/ast/leaf.rb +++ b/spec/unit/parser/ast/leaf_spec.rb diff --git a/spec/unit/parser/ast/match_operator.rb b/spec/unit/parser/ast/match_operator_spec.rb index 985cf60d5..985cf60d5 100755 --- a/spec/unit/parser/ast/match_operator.rb +++ b/spec/unit/parser/ast/match_operator_spec.rb diff --git a/spec/unit/parser/ast/minus.rb b/spec/unit/parser/ast/minus_spec.rb index 782fd3e0c..782fd3e0c 100755 --- a/spec/unit/parser/ast/minus.rb +++ b/spec/unit/parser/ast/minus_spec.rb diff --git a/spec/unit/parser/ast/nop.rb b/spec/unit/parser/ast/nop_spec.rb index 5a7132586..5a7132586 100755 --- a/spec/unit/parser/ast/nop.rb +++ b/spec/unit/parser/ast/nop_spec.rb diff --git a/spec/unit/parser/ast/not.rb b/spec/unit/parser/ast/not_spec.rb index a3bf0b85d..a3bf0b85d 100755 --- a/spec/unit/parser/ast/not.rb +++ b/spec/unit/parser/ast/not_spec.rb diff --git a/spec/unit/parser/ast/relationship.rb b/spec/unit/parser/ast/relationship_spec.rb index acb46e4ce..acb46e4ce 100644 --- a/spec/unit/parser/ast/relationship.rb +++ b/spec/unit/parser/ast/relationship_spec.rb diff --git a/spec/unit/parser/ast/resource_defaults.rb b/spec/unit/parser/ast/resource_defaults_spec.rb index b2cec31c6..b2cec31c6 100755 --- a/spec/unit/parser/ast/resource_defaults.rb +++ b/spec/unit/parser/ast/resource_defaults_spec.rb diff --git a/spec/unit/parser/ast/resource_override.rb b/spec/unit/parser/ast/resource_override_spec.rb index d327b57cd..d327b57cd 100755 --- a/spec/unit/parser/ast/resource_override.rb +++ b/spec/unit/parser/ast/resource_override_spec.rb diff --git a/spec/unit/parser/ast/resource_reference.rb b/spec/unit/parser/ast/resource_reference_spec.rb index ee42694b9..ee42694b9 100755 --- a/spec/unit/parser/ast/resource_reference.rb +++ b/spec/unit/parser/ast/resource_reference_spec.rb diff --git a/spec/unit/parser/ast/resource.rb b/spec/unit/parser/ast/resource_spec.rb index 2473fda25..2473fda25 100755 --- a/spec/unit/parser/ast/resource.rb +++ b/spec/unit/parser/ast/resource_spec.rb diff --git a/spec/unit/parser/ast/selector.rb b/spec/unit/parser/ast/selector_spec.rb index f32310b92..f32310b92 100755 --- a/spec/unit/parser/ast/selector.rb +++ b/spec/unit/parser/ast/selector_spec.rb diff --git a/spec/unit/parser/ast/vardef.rb b/spec/unit/parser/ast/vardef_spec.rb index a6863e75f..a6863e75f 100755 --- a/spec/unit/parser/ast/vardef.rb +++ b/spec/unit/parser/ast/vardef_spec.rb |
