]> git.openstreetmap.org Git - rails.git/blobdiff - test/test_helper.rb
Rename comments_feed to index
[rails.git] / test / test_helper.rb
index 688cbc113afc4810d3f64e79af494ff7753088ad..fca1f64c958adf887b42c53b491fab454447a56e 100644 (file)
@@ -6,9 +6,12 @@ require_relative "../config/environment"
 require "rails/test_help"
 require "webmock/minitest"
 
+WebMock.disable_net_connect!(:allow_localhost => true)
+
 module ActiveSupport
   class TestCase
     include FactoryBot::Syntax::Methods
+    include ActiveJob::TestHelper
 
     ##
     # takes a block which is executed in the context of a different