spec/dummy/config/environments/test.rb in govuk_notify_rails-2.0.0 vs spec/dummy/config/environments/test.rb in govuk_notify_rails-2.1.0

- old
+ new

@@ -25,10 +25,9 @@ # Raise exceptions instead of rendering exception templates. config.action_dispatch.show_exceptions = false # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false - config.action_mailer.perform_caching = false # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test