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

- old
+ new

@@ -28,10 +28,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