diff --git a/config/environments/test.rb b/config/environments/test.rb index 728e452a..fb680fe0 100755 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -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