Skip to content

Commit

Permalink
Allow sending reports to codeclimate.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Kolarik committed Mar 25, 2015
1 parent c9640ac commit 60beb3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Expand Up @@ -10,6 +10,8 @@

require 'prestashop'

WebMock.disable_net_connect!(allow: "codeclimate.com")

# Load factories
include FactoryGirl::Syntax::Methods
Dir["#{File.dirname(__FILE__)}/factories/*.rb"].each { |f| require f }
Expand Down

0 comments on commit 60beb3d

Please sign in to comment.