Turn delivery errors off in test environment
This commit is contained in:
parent
3d27e97fee
commit
3f23b3df8e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Commitchange::Application.configure do
|
|||
# The :test delivery method accumulates sent emails in the
|
||||
# ActionMailer::Base.deliveries array.
|
||||
config.action_mailer.delivery_method = :test
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
# Print deprecation notices to the stderr.
|
||||
config.active_support.deprecation = :stderr
|
||||
|
|
Loading…
Reference in a new issue