diff --git a/spec/spec/spec_helper.rb b/spec/spec/spec_helper.rb index b45ed56..6ba1043 100644 --- a/spec/spec/spec_helper.rb +++ b/spec/spec/spec_helper.rb @@ -42,6 +42,10 @@ RSpec.configure do |config| mocks.verify_partial_doubles = true end + config.after(:suite) do + WebMock.disable_net_connect!(:allow => 'codeclimate.com') + end + # The settings below are suggested to provide a good initial experience # with RSpec, but feel free to customize to your heart's content. =begin