Commit 94fc45153471debb7a9e78e3d9f0dd7a11a896b1

Authored by Nathan Broadbent
1 parent 3e994a25
Exists in master and in 1 other branch production

Configure Webmock to allow HTTP requests to coveralls.io

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
spec/spec_helper.rb
... ... @@ -40,3 +40,5 @@ RSpec.configure do |config|
40 40 end
41 41  
42 42 OmniAuth.config.test_mode = true
  43 +
  44 +WebMock.disable_net_connect! :allow => /coveralls\.io/
... ...