From 3f23b3df8e9cd67ca2446d76e4c42c621855112e Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Mon, 28 Jan 2019 14:07:34 -0600 Subject: [PATCH] Turn delivery errors off in test environment --- config/environments/test.rb | 1 + 1 file changed, 1 insertion(+) 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