X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5e76ec80cee31f12c891312fc2b2cb18597773f5..a39c645602f9d27b7927500c93890f4d7d79620e:/config/environments/test.rb diff --git a/config/environments/test.rb b/config/environments/test.rb index e4652b7ec..38975deef 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -46,4 +46,7 @@ Rails.application.configure do # Raises error for missing translations config.action_view.raise_on_missing_translations = true + + # Use the test adapter for ActiveJob during testing + config.active_job.queue_adapter = :test end