spec/dummy/config/environments/test.rb in lines-engine-0.5 vs spec/dummy/config/environments/test.rb in lines-engine-0.6

- old
+ new

@@ -34,6 +34,8 @@ # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr # Raises error for missing translations # config.action_view.raise_on_missing_translations = true + + config.action_mailer.default_url_options = { host: 'example.com' } end