summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-06-23 15:51:08 -0700
committerMarkus Roberts <Markus@reality.com>2010-06-23 22:27:29 -0700
commit51b70c05167399eb2274fc1add18b6b18d31429d (patch)
tree1a33b11f0f589d6f5cd806d6da9de317887ca0e6 /spec/unit/network
parent9958c805dd90acadbb56ed3095e665d8afa990cd (diff)
downloadpuppet-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/network')
-rwxr-xr-xspec/unit/network/authconfig_spec.rb (renamed from spec/unit/network/authconfig.rb)0
-rw-r--r--spec/unit/network/authstore_spec.rb (renamed from spec/unit/network/authstore.rb)0
-rwxr-xr-xspec/unit/network/client_spec.rb (renamed from spec/unit/network/client.rb)0
-rwxr-xr-xspec/unit/network/format_handler_spec.rb (renamed from spec/unit/network/format_handler.rb)0
-rwxr-xr-xspec/unit/network/format_spec.rb (renamed from spec/unit/network/format.rb)0
-rwxr-xr-xspec/unit/network/formats_spec.rb (renamed from spec/unit/network/formats.rb)0
-rw-r--r--spec/unit/network/handler/fileserver_spec.rb (renamed from spec/unit/network/handler/fileserver.rb)0
-rw-r--r--spec/unit/network/http/api/v1_spec.rb (renamed from spec/unit/network/http/api/v1.rb)0
-rw-r--r--spec/unit/network/http/compression_spec.rb (renamed from spec/unit/network/http/compression.rb)0
-rwxr-xr-xspec/unit/network/http/handler_spec.rb (renamed from spec/unit/network/http/handler.rb)0
-rwxr-xr-xspec/unit/network/http/mongrel/rest_spec.rb (renamed from spec/unit/network/http/mongrel/rest.rb)0
-rwxr-xr-xspec/unit/network/http/mongrel/xmlrpc_spec.rb (renamed from spec/unit/network/http/mongrel/xmlrpc.rb)0
-rwxr-xr-xspec/unit/network/http/mongrel_spec.rb (renamed from spec/unit/network/http/mongrel.rb)0
-rwxr-xr-xspec/unit/network/http/rack/rest_spec.rb (renamed from spec/unit/network/http/rack/rest.rb)0
-rwxr-xr-xspec/unit/network/http/rack/xmlrpc_spec.rb (renamed from spec/unit/network/http/rack/xmlrpc.rb)0
-rwxr-xr-xspec/unit/network/http/rack_spec.rb (renamed from spec/unit/network/http/rack.rb)0
-rwxr-xr-xspec/unit/network/http/webrick/rest_spec.rb (renamed from spec/unit/network/http/webrick/rest.rb)0
-rwxr-xr-xspec/unit/network/http/webrick/xmlrpc_spec.rb (renamed from spec/unit/network/http/webrick/xmlrpc.rb)0
-rwxr-xr-xspec/unit/network/http/webrick_spec.rb (renamed from spec/unit/network/http/webrick.rb)0
-rwxr-xr-xspec/unit/network/http_pool_spec.rb (renamed from spec/unit/network/http_pool.rb)0
-rwxr-xr-xspec/unit/network/http_spec.rb (renamed from spec/unit/network/http.rb)0
-rwxr-xr-xspec/unit/network/rest_authconfig_spec.rb (renamed from spec/unit/network/rest_authconfig.rb)0
-rwxr-xr-xspec/unit/network/rest_authorization_spec.rb (renamed from spec/unit/network/rest_authorization.rb)0
-rwxr-xr-xspec/unit/network/rights_spec.rb (renamed from spec/unit/network/rights.rb)0
-rwxr-xr-xspec/unit/network/server_spec.rb (renamed from spec/unit/network/server.rb)0
-rwxr-xr-xspec/unit/network/xmlrpc/client_spec.rb (renamed from spec/unit/network/xmlrpc/client.rb)0
26 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/network/authconfig.rb b/spec/unit/network/authconfig_spec.rb
index 2bf9ee138..2bf9ee138 100755
--- a/spec/unit/network/authconfig.rb
+++ b/spec/unit/network/authconfig_spec.rb
diff --git a/spec/unit/network/authstore.rb b/spec/unit/network/authstore_spec.rb
index 58eb92693..58eb92693 100644
--- a/spec/unit/network/authstore.rb
+++ b/spec/unit/network/authstore_spec.rb
diff --git a/spec/unit/network/client.rb b/spec/unit/network/client_spec.rb
index cea71d1e5..cea71d1e5 100755
--- a/spec/unit/network/client.rb
+++ b/spec/unit/network/client_spec.rb
diff --git a/spec/unit/network/format_handler.rb b/spec/unit/network/format_handler_spec.rb
index 622f7e5a1..622f7e5a1 100755
--- a/spec/unit/network/format_handler.rb
+++ b/spec/unit/network/format_handler_spec.rb
diff --git a/spec/unit/network/format.rb b/spec/unit/network/format_spec.rb
index 73530b9d7..73530b9d7 100755
--- a/spec/unit/network/format.rb
+++ b/spec/unit/network/format_spec.rb
diff --git a/spec/unit/network/formats.rb b/spec/unit/network/formats_spec.rb
index fd78ebf52..fd78ebf52 100755
--- a/spec/unit/network/formats.rb
+++ b/spec/unit/network/formats_spec.rb
diff --git a/spec/unit/network/handler/fileserver.rb b/spec/unit/network/handler/fileserver_spec.rb
index fbb5c8ae2..fbb5c8ae2 100644
--- a/spec/unit/network/handler/fileserver.rb
+++ b/spec/unit/network/handler/fileserver_spec.rb
diff --git a/spec/unit/network/http/api/v1.rb b/spec/unit/network/http/api/v1_spec.rb
index fc284de82..fc284de82 100644
--- a/spec/unit/network/http/api/v1.rb
+++ b/spec/unit/network/http/api/v1_spec.rb
diff --git a/spec/unit/network/http/compression.rb b/spec/unit/network/http/compression_spec.rb
index 9b9a2a516..9b9a2a516 100644
--- a/spec/unit/network/http/compression.rb
+++ b/spec/unit/network/http/compression_spec.rb
diff --git a/spec/unit/network/http/handler.rb b/spec/unit/network/http/handler_spec.rb
index e6dd88130..e6dd88130 100755
--- a/spec/unit/network/http/handler.rb
+++ b/spec/unit/network/http/handler_spec.rb
diff --git a/spec/unit/network/http/mongrel/rest.rb b/spec/unit/network/http/mongrel/rest_spec.rb
index 55b6172d3..55b6172d3 100755
--- a/spec/unit/network/http/mongrel/rest.rb
+++ b/spec/unit/network/http/mongrel/rest_spec.rb
diff --git a/spec/unit/network/http/mongrel/xmlrpc.rb b/spec/unit/network/http/mongrel/xmlrpc_spec.rb
index e69de29bb..e69de29bb 100755
--- a/spec/unit/network/http/mongrel/xmlrpc.rb
+++ b/spec/unit/network/http/mongrel/xmlrpc_spec.rb
diff --git a/spec/unit/network/http/mongrel.rb b/spec/unit/network/http/mongrel_spec.rb
index c0ca68e43..c0ca68e43 100755
--- a/spec/unit/network/http/mongrel.rb
+++ b/spec/unit/network/http/mongrel_spec.rb
diff --git a/spec/unit/network/http/rack/rest.rb b/spec/unit/network/http/rack/rest_spec.rb
index b9d835284..b9d835284 100755
--- a/spec/unit/network/http/rack/rest.rb
+++ b/spec/unit/network/http/rack/rest_spec.rb
diff --git a/spec/unit/network/http/rack/xmlrpc.rb b/spec/unit/network/http/rack/xmlrpc_spec.rb
index abfe84ba6..abfe84ba6 100755
--- a/spec/unit/network/http/rack/xmlrpc.rb
+++ b/spec/unit/network/http/rack/xmlrpc_spec.rb
diff --git a/spec/unit/network/http/rack.rb b/spec/unit/network/http/rack_spec.rb
index cd2961a3a..cd2961a3a 100755
--- a/spec/unit/network/http/rack.rb
+++ b/spec/unit/network/http/rack_spec.rb
diff --git a/spec/unit/network/http/webrick/rest.rb b/spec/unit/network/http/webrick/rest_spec.rb
index f726fd9a7..f726fd9a7 100755
--- a/spec/unit/network/http/webrick/rest.rb
+++ b/spec/unit/network/http/webrick/rest_spec.rb
diff --git a/spec/unit/network/http/webrick/xmlrpc.rb b/spec/unit/network/http/webrick/xmlrpc_spec.rb
index e69de29bb..e69de29bb 100755
--- a/spec/unit/network/http/webrick/xmlrpc.rb
+++ b/spec/unit/network/http/webrick/xmlrpc_spec.rb
diff --git a/spec/unit/network/http/webrick.rb b/spec/unit/network/http/webrick_spec.rb
index aaab53b0c..aaab53b0c 100755
--- a/spec/unit/network/http/webrick.rb
+++ b/spec/unit/network/http/webrick_spec.rb
diff --git a/spec/unit/network/http_pool.rb b/spec/unit/network/http_pool_spec.rb
index 7fe55c5fa..7fe55c5fa 100755
--- a/spec/unit/network/http_pool.rb
+++ b/spec/unit/network/http_pool_spec.rb
diff --git a/spec/unit/network/http.rb b/spec/unit/network/http_spec.rb
index 220726788..220726788 100755
--- a/spec/unit/network/http.rb
+++ b/spec/unit/network/http_spec.rb
diff --git a/spec/unit/network/rest_authconfig.rb b/spec/unit/network/rest_authconfig_spec.rb
index fe17d5626..fe17d5626 100755
--- a/spec/unit/network/rest_authconfig.rb
+++ b/spec/unit/network/rest_authconfig_spec.rb
diff --git a/spec/unit/network/rest_authorization.rb b/spec/unit/network/rest_authorization_spec.rb
index 4703c181f..4703c181f 100755
--- a/spec/unit/network/rest_authorization.rb
+++ b/spec/unit/network/rest_authorization_spec.rb
diff --git a/spec/unit/network/rights.rb b/spec/unit/network/rights_spec.rb
index 7f00891ac..7f00891ac 100755
--- a/spec/unit/network/rights.rb
+++ b/spec/unit/network/rights_spec.rb
diff --git a/spec/unit/network/server.rb b/spec/unit/network/server_spec.rb
index 2aeb99a8b..2aeb99a8b 100755
--- a/spec/unit/network/server.rb
+++ b/spec/unit/network/server_spec.rb
diff --git a/spec/unit/network/xmlrpc/client.rb b/spec/unit/network/xmlrpc/client_spec.rb
index 328688bae..328688bae 100755
--- a/spec/unit/network/xmlrpc/client.rb
+++ b/spec/unit/network/xmlrpc/client_spec.rb