spec/rails_app/config/environments/test.rb in mandrill-mailer-rails-0.0.1 vs spec/rails_app/config/environments/test.rb in mandrill-mailer-rails-1.0.0

- old
+ new

@@ -28,9 +28,11 @@ # 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 = :mandrill + config.mandrill_action_mailer.track_opens = true + config.mandrill_action_mailer.track_clicks = false # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr # Raises error for missing translations