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/property | |
| 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/property')
| -rw-r--r-- | spec/unit/property/ensure_spec.rb (renamed from spec/unit/property/ensure.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/property/keyvalue_spec.rb (renamed from spec/unit/property/keyvalue.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/property/list_spec.rb (renamed from spec/unit/property/list.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/property/ordered_list_spec.rb (renamed from spec/unit/property/ordered_list.rb) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/property/ensure.rb b/spec/unit/property/ensure_spec.rb index aa31abbdc..aa31abbdc 100644 --- a/spec/unit/property/ensure.rb +++ b/spec/unit/property/ensure_spec.rb diff --git a/spec/unit/property/keyvalue.rb b/spec/unit/property/keyvalue_spec.rb index 6f9eef531..6f9eef531 100644 --- a/spec/unit/property/keyvalue.rb +++ b/spec/unit/property/keyvalue_spec.rb diff --git a/spec/unit/property/list.rb b/spec/unit/property/list_spec.rb index 84d14478b..84d14478b 100644 --- a/spec/unit/property/list.rb +++ b/spec/unit/property/list_spec.rb diff --git a/spec/unit/property/ordered_list.rb b/spec/unit/property/ordered_list_spec.rb index 51c59a7dd..51c59a7dd 100644 --- a/spec/unit/property/ordered_list.rb +++ b/spec/unit/property/ordered_list_spec.rb |
