Sha256: 1cfac9eead621c74648181d46557998dcf1c34824288df42b0b539b4d3e909c7

Contents?: true

Size: 473 Bytes

Versions: 7

Compression:

Stored size: 473 Bytes

Contents

require 'rubygems'
require 'rspec'
require 'net/http'
require 'net/https'
require 'stringio'
require 'acceptance/net_http/net_http_shared'
require 'support/webmock_server'

describe "Real Net:HTTP without webmock", without_webmock: true do
  before(:all) do
    raise "WebMock has no access here!!!" if defined?(WebMock::NetHTTPUtility)
    WebMockServer.instance.start
  end

  after(:all) do
    WebMockServer.instance.stop
  end

  it_should_behave_like "Net::HTTP"
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/webmock-3.18.1/spec/acceptance/net_http/real_net_http_spec.rb
webmock-3.18.1 spec/acceptance/net_http/real_net_http_spec.rb
webmock-3.18.0 spec/acceptance/net_http/real_net_http_spec.rb
webmock-3.16.2 spec/acceptance/net_http/real_net_http_spec.rb
webmock-3.16.1 spec/acceptance/net_http/real_net_http_spec.rb
webmock-3.17.1 spec/acceptance/net_http/real_net_http_spec.rb
webmock-3.17.0 spec/acceptance/net_http/real_net_http_spec.rb