Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test

# Use test adapter for ActiveJob to avoid connection leaks from GoodJob
config.active_job.queue_adapter = :test

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

Expand Down