summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-06-28 17:10:20 -0700
committerMarkus Roberts <Markus@reality.com>2010-06-28 17:10:20 -0700
commitfdc8c3509b5ac5bc170c54d72b2c2bafb58409f2 (patch)
tree6ed2204d72c6924e867a1320d3b7e6728035f1a1 /spec/unit/network/http
parent9a94ee274c39c261cd49e688a7bd7ea0eb73af50 (diff)
downloadpuppet-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/network/http')
-rw-r--r--spec/unit/network/http/api/v1_spec.rb (renamed from spec/unit/network/http/api/v1_spec_spec.rb)0
-rw-r--r--spec/unit/network/http/compression_spec.rb (renamed from spec/unit/network/http/compression_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/handler_spec.rb (renamed from spec/unit/network/http/handler_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/mongrel/rest_spec.rb (renamed from spec/unit/network/http/mongrel/rest_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/mongrel/xmlrpc_spec.rb (renamed from spec/unit/network/http/mongrel/xmlrpc_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/mongrel_spec.rb (renamed from spec/unit/network/http/mongrel_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/rack/rest_spec.rb (renamed from spec/unit/network/http/rack/rest_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/rack/xmlrpc_spec.rb (renamed from spec/unit/network/http/rack/xmlrpc_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/rack_spec.rb (renamed from spec/unit/network/http/rack_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/webrick/rest_spec.rb (renamed from spec/unit/network/http/webrick/rest_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/webrick/xmlrpc_spec.rb (renamed from spec/unit/network/http/webrick/xmlrpc_spec_spec.rb)0
-rwxr-xr-xspec/unit/network/http/webrick_spec.rb (renamed from spec/unit/network/http/webrick_spec_spec.rb)0
12 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/network/http/api/v1_spec_spec.rb b/spec/unit/network/http/api/v1_spec.rb
index fc284de82..fc284de82 100644
--- a/spec/unit/network/http/api/v1_spec_spec.rb
+++ b/spec/unit/network/http/api/v1_spec.rb
diff --git a/spec/unit/network/http/compression_spec_spec.rb b/spec/unit/network/http/compression_spec.rb
index 63fd9e715..63fd9e715 100644
--- a/spec/unit/network/http/compression_spec_spec.rb
+++ b/spec/unit/network/http/compression_spec.rb
diff --git a/spec/unit/network/http/handler_spec_spec.rb b/spec/unit/network/http/handler_spec.rb
index e6dd88130..e6dd88130 100755
--- a/spec/unit/network/http/handler_spec_spec.rb
+++ b/spec/unit/network/http/handler_spec.rb
diff --git a/spec/unit/network/http/mongrel/rest_spec_spec.rb b/spec/unit/network/http/mongrel/rest_spec.rb
index 55b6172d3..55b6172d3 100755
--- a/spec/unit/network/http/mongrel/rest_spec_spec.rb
+++ b/spec/unit/network/http/mongrel/rest_spec.rb
diff --git a/spec/unit/network/http/mongrel/xmlrpc_spec_spec.rb b/spec/unit/network/http/mongrel/xmlrpc_spec.rb
index e69de29bb..e69de29bb 100755
--- a/spec/unit/network/http/mongrel/xmlrpc_spec_spec.rb
+++ b/spec/unit/network/http/mongrel/xmlrpc_spec.rb
diff --git a/spec/unit/network/http/mongrel_spec_spec.rb b/spec/unit/network/http/mongrel_spec.rb
index c0ca68e43..c0ca68e43 100755
--- a/spec/unit/network/http/mongrel_spec_spec.rb
+++ b/spec/unit/network/http/mongrel_spec.rb
diff --git a/spec/unit/network/http/rack/rest_spec_spec.rb b/spec/unit/network/http/rack/rest_spec.rb
index b9d835284..b9d835284 100755
--- a/spec/unit/network/http/rack/rest_spec_spec.rb
+++ b/spec/unit/network/http/rack/rest_spec.rb
diff --git a/spec/unit/network/http/rack/xmlrpc_spec_spec.rb b/spec/unit/network/http/rack/xmlrpc_spec.rb
index abfe84ba6..abfe84ba6 100755
--- a/spec/unit/network/http/rack/xmlrpc_spec_spec.rb
+++ b/spec/unit/network/http/rack/xmlrpc_spec.rb
diff --git a/spec/unit/network/http/rack_spec_spec.rb b/spec/unit/network/http/rack_spec.rb
index cd2961a3a..cd2961a3a 100755
--- a/spec/unit/network/http/rack_spec_spec.rb
+++ b/spec/unit/network/http/rack_spec.rb
diff --git a/spec/unit/network/http/webrick/rest_spec_spec.rb b/spec/unit/network/http/webrick/rest_spec.rb
index f726fd9a7..f726fd9a7 100755
--- a/spec/unit/network/http/webrick/rest_spec_spec.rb
+++ b/spec/unit/network/http/webrick/rest_spec.rb
diff --git a/spec/unit/network/http/webrick/xmlrpc_spec_spec.rb b/spec/unit/network/http/webrick/xmlrpc_spec.rb
index e69de29bb..e69de29bb 100755
--- a/spec/unit/network/http/webrick/xmlrpc_spec_spec.rb
+++ b/spec/unit/network/http/webrick/xmlrpc_spec.rb
diff --git a/spec/unit/network/http/webrick_spec_spec.rb b/spec/unit/network/http/webrick_spec.rb
index aaab53b0c..aaab53b0c 100755
--- a/spec/unit/network/http/webrick_spec_spec.rb
+++ b/spec/unit/network/http/webrick_spec.rb