aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/net/http/http/is_version_1_1_spec.rb
blob: 8fa5da6be7d982473c590cb4335a3f8e03e5f903 (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.is_version_1_1?" do
  it_behaves_like :net_http_version_1_1_p, :is_version_1_1?
end