summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/shared/version_1_1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/net/http/http/shared/version_1_1.rb')
-rw-r--r--spec/ruby/library/net/http/http/shared/version_1_1.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/ruby/library/net/http/http/shared/version_1_1.rb b/spec/ruby/library/net/http/http/shared/version_1_1.rb
deleted file mode 100644
index db3d6a986d..0000000000
--- a/spec/ruby/library/net/http/http/shared/version_1_1.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-describe :net_http_version_1_1_p, shared: true do
- it "returns the state of net/http 1.1 features" do
- Net::HTTP.version_1_2
- Net::HTTP.send(@method).should be_false
- end
-end