Sha256: 3b348f92b0a3abc430012174cce7c070d0f3d8622278dbf25911e5cedebe507b
Contents?: true
Size: 234 Bytes
Versions: 16
Compression:
Stored size: 234 Bytes
Contents
require 'webmock/rspec' RSpec.configure do |config| config.before(:each) do WebMock.disable_net_connect!(:allow_localhost => true) end config.before(:each, :integration => true) do WebMock.allow_net_connect! end end
Version data entries
16 entries across 16 versions & 1 rubygems