X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/149c07fd2bc33a8974d0b0f6e8ab5425d3178374..4b0d56f7e15d2929c973265e3b545e69273b8cb5:/test/test_helper.rb diff --git a/test/test_helper.rb b/test/test_helper.rb index 83cf909dd..fca1f64c9 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -11,6 +11,7 @@ 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