spec/dummy/config/environments/test.rb in bit_player-0.4.10 vs spec/dummy/config/environments/test.rb in bit_player-0.5.0
- old
+ new
@@ -27,10 +27,10 @@
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
+ # config.action_mailer.delivery_method = :test
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
end