whitelist code climate

This commit is contained in:
Norm MacLennan
2015-01-15 08:02:17 -05:00
parent c6ca1d6cb8
commit 06fac7ffb6

View File

@@ -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