summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/shared/version_1_2.rb
blob: b044182c609f6701615eb9dd9313289df05d41a2 (plain)
1
2
3
4
5
6
describe :net_http_version_1_2_p, shared: true do
  it "returns the state of net/http 1.2 features" do
    Net::HTTP.version_1_2
    Net::HTTP.send(@method).should be_true
  end
end