diff options
| author | Markus Roberts <Markus@reality.com> | 2010-06-28 16:32:11 -0700 |
|---|---|---|
| committer | Markus Roberts <Markus@reality.com> | 2010-06-28 16:32:11 -0700 |
| commit | 9ceb4540a567b0a9de85af5397df4a292303a9c3 (patch) | |
| tree | 30d1e1601888381baaaa14bfc5ee7246fd5c78e8 /spec/unit/network | |
| parent | 85638cf427fe9b35d3e3b0fa4ce919c5806c60d3 (diff) | |
| download | puppet-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/network')
| -rwxr-xr-x | spec/unit/network/authconfig_spec_spec.rb (renamed from spec/unit/network/authconfig_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/network/authstore_spec_spec.rb (renamed from spec/unit/network/authstore_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/client_spec_spec.rb (renamed from spec/unit/network/client_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/format_handler_spec_spec.rb (renamed from spec/unit/network/format_handler_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/format_spec_spec.rb (renamed from spec/unit/network/format_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/formats_spec_spec.rb (renamed from spec/unit/network/formats_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/network/handler/fileserver_spec_spec.rb (renamed from spec/unit/network/handler/fileserver_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/network/http/api/v1_spec_spec.rb (renamed from spec/unit/network/http/api/v1_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/unit/network/http/compression_spec_spec.rb (renamed from spec/unit/network/http/compression_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/handler_spec_spec.rb (renamed from spec/unit/network/http/handler_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/mongrel/rest_spec_spec.rb (renamed from spec/unit/network/http/mongrel/rest_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/mongrel/xmlrpc_spec_spec.rb (renamed from spec/unit/network/http/mongrel/xmlrpc_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/mongrel_spec_spec.rb (renamed from spec/unit/network/http/mongrel_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/rack/rest_spec_spec.rb (renamed from spec/unit/network/http/rack/rest_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/rack/xmlrpc_spec_spec.rb (renamed from spec/unit/network/http/rack/xmlrpc_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/rack_spec_spec.rb (renamed from spec/unit/network/http/rack_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/webrick/rest_spec_spec.rb (renamed from spec/unit/network/http/webrick/rest_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/webrick/xmlrpc_spec_spec.rb (renamed from spec/unit/network/http/webrick/xmlrpc_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http/webrick_spec_spec.rb (renamed from spec/unit/network/http/webrick_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http_pool_spec_spec.rb (renamed from spec/unit/network/http_pool_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/http_spec_spec.rb (renamed from spec/unit/network/http_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/rest_authconfig_spec_spec.rb (renamed from spec/unit/network/rest_authconfig_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/rest_authorization_spec_spec.rb (renamed from spec/unit/network/rest_authorization_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/rights_spec_spec.rb (renamed from spec/unit/network/rights_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/server_spec_spec.rb (renamed from spec/unit/network/server_spec.rb) | 0 | ||||
| -rwxr-xr-x | spec/unit/network/xmlrpc/client_spec_spec.rb (renamed from spec/unit/network/xmlrpc/client_spec.rb) | 0 |
26 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/network/authconfig_spec.rb b/spec/unit/network/authconfig_spec_spec.rb index 2bf9ee138..2bf9ee138 100755 --- a/spec/unit/network/authconfig_spec.rb +++ b/spec/unit/network/authconfig_spec_spec.rb diff --git a/spec/unit/network/authstore_spec.rb b/spec/unit/network/authstore_spec_spec.rb index 58eb92693..58eb92693 100644 --- a/spec/unit/network/authstore_spec.rb +++ b/spec/unit/network/authstore_spec_spec.rb diff --git a/spec/unit/network/client_spec.rb b/spec/unit/network/client_spec_spec.rb index cea71d1e5..cea71d1e5 100755 --- a/spec/unit/network/client_spec.rb +++ b/spec/unit/network/client_spec_spec.rb diff --git a/spec/unit/network/format_handler_spec.rb b/spec/unit/network/format_handler_spec_spec.rb index 622f7e5a1..622f7e5a1 100755 --- a/spec/unit/network/format_handler_spec.rb +++ b/spec/unit/network/format_handler_spec_spec.rb diff --git a/spec/unit/network/format_spec.rb b/spec/unit/network/format_spec_spec.rb index 73530b9d7..73530b9d7 100755 --- a/spec/unit/network/format_spec.rb +++ b/spec/unit/network/format_spec_spec.rb diff --git a/spec/unit/network/formats_spec.rb b/spec/unit/network/formats_spec_spec.rb index fd78ebf52..fd78ebf52 100755 --- a/spec/unit/network/formats_spec.rb +++ b/spec/unit/network/formats_spec_spec.rb diff --git a/spec/unit/network/handler/fileserver_spec.rb b/spec/unit/network/handler/fileserver_spec_spec.rb index fbb5c8ae2..fbb5c8ae2 100644 --- a/spec/unit/network/handler/fileserver_spec.rb +++ b/spec/unit/network/handler/fileserver_spec_spec.rb diff --git a/spec/unit/network/http/api/v1_spec.rb b/spec/unit/network/http/api/v1_spec_spec.rb index fc284de82..fc284de82 100644 --- a/spec/unit/network/http/api/v1_spec.rb +++ b/spec/unit/network/http/api/v1_spec_spec.rb diff --git a/spec/unit/network/http/compression_spec.rb b/spec/unit/network/http/compression_spec_spec.rb index 63fd9e715..63fd9e715 100644 --- a/spec/unit/network/http/compression_spec.rb +++ b/spec/unit/network/http/compression_spec_spec.rb diff --git a/spec/unit/network/http/handler_spec.rb b/spec/unit/network/http/handler_spec_spec.rb index e6dd88130..e6dd88130 100755 --- a/spec/unit/network/http/handler_spec.rb +++ b/spec/unit/network/http/handler_spec_spec.rb diff --git a/spec/unit/network/http/mongrel/rest_spec.rb b/spec/unit/network/http/mongrel/rest_spec_spec.rb index 55b6172d3..55b6172d3 100755 --- a/spec/unit/network/http/mongrel/rest_spec.rb +++ b/spec/unit/network/http/mongrel/rest_spec_spec.rb diff --git a/spec/unit/network/http/mongrel/xmlrpc_spec.rb b/spec/unit/network/http/mongrel/xmlrpc_spec_spec.rb index e69de29bb..e69de29bb 100755 --- a/spec/unit/network/http/mongrel/xmlrpc_spec.rb +++ b/spec/unit/network/http/mongrel/xmlrpc_spec_spec.rb diff --git a/spec/unit/network/http/mongrel_spec.rb b/spec/unit/network/http/mongrel_spec_spec.rb index c0ca68e43..c0ca68e43 100755 --- a/spec/unit/network/http/mongrel_spec.rb +++ b/spec/unit/network/http/mongrel_spec_spec.rb diff --git a/spec/unit/network/http/rack/rest_spec.rb b/spec/unit/network/http/rack/rest_spec_spec.rb index b9d835284..b9d835284 100755 --- a/spec/unit/network/http/rack/rest_spec.rb +++ b/spec/unit/network/http/rack/rest_spec_spec.rb diff --git a/spec/unit/network/http/rack/xmlrpc_spec.rb b/spec/unit/network/http/rack/xmlrpc_spec_spec.rb index abfe84ba6..abfe84ba6 100755 --- a/spec/unit/network/http/rack/xmlrpc_spec.rb +++ b/spec/unit/network/http/rack/xmlrpc_spec_spec.rb diff --git a/spec/unit/network/http/rack_spec.rb b/spec/unit/network/http/rack_spec_spec.rb index cd2961a3a..cd2961a3a 100755 --- a/spec/unit/network/http/rack_spec.rb +++ b/spec/unit/network/http/rack_spec_spec.rb diff --git a/spec/unit/network/http/webrick/rest_spec.rb b/spec/unit/network/http/webrick/rest_spec_spec.rb index f726fd9a7..f726fd9a7 100755 --- a/spec/unit/network/http/webrick/rest_spec.rb +++ b/spec/unit/network/http/webrick/rest_spec_spec.rb diff --git a/spec/unit/network/http/webrick/xmlrpc_spec.rb b/spec/unit/network/http/webrick/xmlrpc_spec_spec.rb index e69de29bb..e69de29bb 100755 --- a/spec/unit/network/http/webrick/xmlrpc_spec.rb +++ b/spec/unit/network/http/webrick/xmlrpc_spec_spec.rb diff --git a/spec/unit/network/http/webrick_spec.rb b/spec/unit/network/http/webrick_spec_spec.rb index aaab53b0c..aaab53b0c 100755 --- a/spec/unit/network/http/webrick_spec.rb +++ b/spec/unit/network/http/webrick_spec_spec.rb diff --git a/spec/unit/network/http_pool_spec.rb b/spec/unit/network/http_pool_spec_spec.rb index 7fe55c5fa..7fe55c5fa 100755 --- a/spec/unit/network/http_pool_spec.rb +++ b/spec/unit/network/http_pool_spec_spec.rb diff --git a/spec/unit/network/http_spec.rb b/spec/unit/network/http_spec_spec.rb index 220726788..220726788 100755 --- a/spec/unit/network/http_spec.rb +++ b/spec/unit/network/http_spec_spec.rb diff --git a/spec/unit/network/rest_authconfig_spec.rb b/spec/unit/network/rest_authconfig_spec_spec.rb index fe17d5626..fe17d5626 100755 --- a/spec/unit/network/rest_authconfig_spec.rb +++ b/spec/unit/network/rest_authconfig_spec_spec.rb diff --git a/spec/unit/network/rest_authorization_spec.rb b/spec/unit/network/rest_authorization_spec_spec.rb index 4703c181f..4703c181f 100755 --- a/spec/unit/network/rest_authorization_spec.rb +++ b/spec/unit/network/rest_authorization_spec_spec.rb diff --git a/spec/unit/network/rights_spec.rb b/spec/unit/network/rights_spec_spec.rb index 7f00891ac..7f00891ac 100755 --- a/spec/unit/network/rights_spec.rb +++ b/spec/unit/network/rights_spec_spec.rb diff --git a/spec/unit/network/server_spec.rb b/spec/unit/network/server_spec_spec.rb index 2aeb99a8b..2aeb99a8b 100755 --- a/spec/unit/network/server_spec.rb +++ b/spec/unit/network/server_spec_spec.rb diff --git a/spec/unit/network/xmlrpc/client_spec.rb b/spec/unit/network/xmlrpc/client_spec_spec.rb index 1b97583a7..1b97583a7 100755 --- a/spec/unit/network/xmlrpc/client_spec.rb +++ b/spec/unit/network/xmlrpc/client_spec_spec.rb |
