Patch #31506 » 0005-Remove-trailing-whitespaces-from-config.patch
| config/environments/test.rb | ||
|---|---|---|
| 24 | 24 |
# The :test delivery method accumulates sent emails in the |
| 25 | 25 |
# ActionMailer::Base.deliveries array. |
| 26 | 26 |
config.action_mailer.delivery_method = :test |
| 27 |
|
|
| 27 | ||
| 28 | 28 |
# Disable Async delivery |
| 29 | 29 |
config.active_job.queue_adapter = :inline |
| 30 | 30 | |