Sha256: 57e97fbb5b8b4213e1e0d0248c32943f12e849b5c76c2d753098ca06cc1646cc

Contents?: true

Size: 238 Bytes

Versions: 28

Compression:

Stored size: 238 Bytes

Contents

require 'webmock/rspec'

WebMock.disable_net_connect!(allow_localhost: true, allow: [/codeclimate/])

RSpec.configure do |config|
  config.after(:each) do
    WebMock.reset!
  end

  config.after(:suite) do
    WebMock.disable!
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
macmillan-utils-1.0.20 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.19 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.18 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.17 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.16 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.15 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.12 lib/macmillan/utils/rspec/webmock_helper.rb
macmillan-utils-1.0.11 lib/macmillan/utils/rspec/webmock_helper.rb