Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Don't send emails while testing :P
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfriedE committed Nov 19, 2017
1 parent 192ccf4 commit 4b0ba70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
config.action_mailer.default charset: "utf-8"
config.action_mailer.default_url_options = { host: "localhost", port: 3000 }
config.action_mailer.perform_deliveries = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.default_options = { from: "no-reply@#{ENV['APP_DOMAIN']}" }
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
Expand Down

0 comments on commit 4b0ba70

Please sign in to comment.