test/dummy/config/environments/test.rb in shipit-engine-0.32.0 vs test/dummy/config/environments/test.rb in shipit-engine-0.33.0

- old
+ new

@@ -24,14 +24,9 @@ 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 - # Randomize the order test cases are executed. config.active_support.test_order = :random # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr