Sha256: 1f39c4ac2d410a5b7216fee0a8e43e620d497fbb8c42fc9b5878d434a7cade14

Contents?: true

Size: 246 Bytes

Versions: 18

Compression:

Stored size: 246 Bytes

Contents

require 'webmock'
require 'webmock/rspec'

RSpec.configure do |config|
  config.before(:all) { WebMock.disable_net_connect!(allow_localhost: true) }
  config.after(:all) { WebMock.allow_net_connect! }
  config.after(:each) { WebMock.reset! }
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
test_track_rails_client-2.0.0 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-1.3.0 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-1.2.0 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-1.1.0 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-1.0.0 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.20 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.19 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.18 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.17 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.16 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.15 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.14 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.13 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.12 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.11 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.10 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.9 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb
test_track_rails_client-0.9.8 vendor/gems/ruby_spec_helpers/lib/ruby_spec_helpers/webmock_configuration.rb