summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/shared/version_1_1.rb
blob: db3d6a986ddb20351f6a5f20056ef0f9335b2f2a (plain)
1
2
3
4
5
6
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