spec/test_app/config/environments/development.rb in mtdevise-1.5.2 vs spec/test_app/config/environments/development.rb in mtdevise-1.5.3

- old
+ new

@@ -13,9 +13,11 @@ config.consider_all_requests_local = true config.action_controller.perform_caching = false # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false + config.action_mailer.delivery_method = :letter_opener + config.action_mailer.default_url_options = { :host => 'lvh.me:3000' } # Print deprecation notices to the Rails logger. config.active_support.deprecation = :log # Raise an error on page load if there are pending migrations. \ No newline at end of file