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

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