diff --git a/config/environments/test.rb b/config/environments/test.rb index d349c355..15a2203b 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -51,4 +51,6 @@ # Raise error when a before_action's only/except options reference missing actions config.action_controller.raise_on_missing_callback_actions = true + + config.active_job.queue_adapter = :test end