spec/dummy/config/environments/test.rb in bootstrap_leather-0.2.3 vs spec/dummy/config/environments/test.rb in bootstrap_leather-0.3.0
- old
+ new
@@ -24,13 +24,8 @@
config.action_dispatch.show_exceptions = false
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = 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
-
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
end