Sha256: 0b68dcdd7935c4efd9439abc385a4ccbd0054b5ec953e7dc9b52d829736ddec7

Contents?: true

Size: 537 Bytes

Versions: 52

Compression:

Stored size: 537 Bytes

Contents

ruby_version_is ''...'1.9.3' do
  describe :net_http_version_1_1_p, :shared => true do
    it "returns the state of net/http 1.1 features" do
      Net::HTTP.version_1_2
      Net::HTTP.send(@method).should be_false
      Net::HTTP.version_1_1
      Net::HTTP.send(@method).should be_true
    end
  end
end

ruby_version_is '1.9.3' do
  describe :net_http_version_1_1_p, :shared => true do
    it "returns the state of net/http 1.1 features" do
      Net::HTTP.version_1_2
      Net::HTTP.send(@method).should be_false
    end
  end
end

Version data entries

52 entries across 52 versions & 3 rubygems

Version Path
rhodes-7.6.0 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-7.5.1 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-7.4.1 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-7.1.17 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-6.2.0 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-6.0.11 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.18 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.17 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.15 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.0.22 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.2 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.0.7 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.0.3 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rhodes-5.5.0 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
tauplatform-1.0.3 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
tauplatform-1.0.2 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
tauplatform-1.0.1 spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb
rubysl-net-http-1.0.1 spec/http/shared/version_1_1.rb
rubysl-net-http-2.0.4 spec/http/shared/version_1_1.rb
rubysl-net-http-1.0.0 spec/http/shared/version_1_1.rb