Skip to content

Commit

Permalink
Back to inline
Browse files Browse the repository at this point in the history
  • Loading branch information
redsummernight committed Feb 7, 2025
1 parent 4062ed0 commit 81ee2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test

# Run jobs with an in-process thread pool.
config.active_job.queue_adapter = :async
# Inline ActiveJob when testing:
config.active_job.queue_adapter = :inline

# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
Expand Down

0 comments on commit 81ee2dd

Please sign in to comment.