summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/version_1_1_spec.rb
blob: f13ec9b7f1664732ee63be337250d9fb41dab391 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../../spec_helper', __FILE__)
require 'net/http'
require File.expand_path('../shared/version_1_1', __FILE__)

describe "Net::HTTP.version_1_1?" do
  it_behaves_like :net_http_version_1_1_p, :version_1_1?
end