diff options
| author | Markus Roberts <Markus@reality.com> | 2010-06-28 17:10:20 -0700 |
|---|---|---|
| committer | Markus Roberts <Markus@reality.com> | 2010-06-28 17:10:20 -0700 |
| commit | fdc8c3509b5ac5bc170c54d72b2c2bafb58409f2 (patch) | |
| tree | 6ed2204d72c6924e867a1320d3b7e6728035f1a1 /spec/unit/ssl | |
| parent | 9a94ee274c39c261cd49e688a7bd7ea0eb73af50 (diff) | |
| download | puppet-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/ssl')
| -rwxr-xr-x | spec/unit/ssl/base_spec.rb (renamed from spec/unit/ssl/base_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/certificate_authority/interface_spec.rb (renamed from spec/unit/ssl/certificate_authority/interface_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/certificate_authority_spec.rb (renamed from spec/unit/ssl/certificate_authority_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/certificate_factory_spec.rb (renamed from spec/unit/ssl/certificate_factory_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/certificate_request_spec.rb (renamed from spec/unit/ssl/certificate_request_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/certificate_revocation_list_spec.rb (renamed from spec/unit/ssl/certificate_revocation_list_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/certificate_spec.rb (renamed from spec/unit/ssl/certificate_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/host_spec.rb (renamed from spec/unit/ssl/host_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/inventory_spec.rb (renamed from spec/unit/ssl/inventory_spec_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/ssl/key_spec.rb (renamed from spec/unit/ssl/key_spec_spec.rb) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/ssl/base_spec_spec.rb b/spec/unit/ssl/base_spec.rb index 062ea3315..062ea3315 100755 --- a/spec/unit/ssl/base_spec_spec.rb +++ b/spec/unit/ssl/base_spec.rb diff --git a/spec/unit/ssl/certificate_authority/interface_spec_spec.rb b/spec/unit/ssl/certificate_authority/interface_spec.rb index f3b9107c5..f3b9107c5 100755 --- a/spec/unit/ssl/certificate_authority/interface_spec_spec.rb +++ b/spec/unit/ssl/certificate_authority/interface_spec.rb diff --git a/spec/unit/ssl/certificate_authority_spec_spec.rb b/spec/unit/ssl/certificate_authority_spec.rb index 3b1b9486f..3b1b9486f 100755 --- a/spec/unit/ssl/certificate_authority_spec_spec.rb +++ b/spec/unit/ssl/certificate_authority_spec.rb diff --git a/spec/unit/ssl/certificate_factory_spec_spec.rb b/spec/unit/ssl/certificate_factory_spec.rb index 089ce3f43..089ce3f43 100755 --- a/spec/unit/ssl/certificate_factory_spec_spec.rb +++ b/spec/unit/ssl/certificate_factory_spec.rb diff --git a/spec/unit/ssl/certificate_request_spec_spec.rb b/spec/unit/ssl/certificate_request_spec.rb index 253009b5d..253009b5d 100755 --- a/spec/unit/ssl/certificate_request_spec_spec.rb +++ b/spec/unit/ssl/certificate_request_spec.rb diff --git a/spec/unit/ssl/certificate_revocation_list_spec_spec.rb b/spec/unit/ssl/certificate_revocation_list_spec.rb index 3d15db78b..3d15db78b 100755 --- a/spec/unit/ssl/certificate_revocation_list_spec_spec.rb +++ b/spec/unit/ssl/certificate_revocation_list_spec.rb diff --git a/spec/unit/ssl/certificate_spec_spec.rb b/spec/unit/ssl/certificate_spec.rb index 6bd7e77f5..6bd7e77f5 100755 --- a/spec/unit/ssl/certificate_spec_spec.rb +++ b/spec/unit/ssl/certificate_spec.rb diff --git a/spec/unit/ssl/host_spec_spec.rb b/spec/unit/ssl/host_spec.rb index 18cae2b62..18cae2b62 100755 --- a/spec/unit/ssl/host_spec_spec.rb +++ b/spec/unit/ssl/host_spec.rb diff --git a/spec/unit/ssl/inventory_spec_spec.rb b/spec/unit/ssl/inventory_spec.rb index bf1dbfb48..bf1dbfb48 100755 --- a/spec/unit/ssl/inventory_spec_spec.rb +++ b/spec/unit/ssl/inventory_spec.rb diff --git a/spec/unit/ssl/key_spec_spec.rb b/spec/unit/ssl/key_spec.rb index cfeaf7906..cfeaf7906 100755 --- a/spec/unit/ssl/key_spec_spec.rb +++ b/spec/unit/ssl/key_spec.rb |
