]> git.openstreetmap.org Git - rails.git/blobdiff - test/test_helper.rb
Add webmock to intercept real http connections during tests
[rails.git] / test / test_helper.rb
index 0cf7c4afba2037bff098d1613079b9c26a7a97ec..7624c0b34ed38cac9dd0ea13748a96648cae6abd 100644 (file)
@@ -4,6 +4,7 @@ Coveralls.wear!("rails")
 ENV["RAILS_ENV"] = "test"
 require File.expand_path("../../config/environment", __FILE__)
 require "rails/test_help"
+require "webmock/minitest"
 load "composite_primary_keys/fixtures.rb"
 
 module ActiveSupport