From 06fac7ffb61355cea7fe0523f0201e479249c20b Mon Sep 17 00:00:00 2001 From: Norm MacLennan Date: Thu, 15 Jan 2015 08:02:17 -0500 Subject: [PATCH] whitelist code climate --- spec/spec/spec_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) 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