summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/net/http/http/is_version_1_2_spec.rb
blob: 344ac7f7c0bb481d6e7a89629257afa830f6cbf6 (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_2', __FILE__)

describe "Net::HTTP.is_version_1_2?" do
  it_behaves_like :net_http_version_1_2_p, :is_version_1_2?
end