Skip to content

Commit 503bfe5

Browse files
committed
Fix test
1 parent 5531f4c commit 503bfe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
# Tell Action Mailer not to deliver emails to the real world.
3232
# The :test delivery method accumulates sent emails in the
3333
# ActionMailer::Base.deliveries array.
34-
config.action_mailer.delivery_method = :test
34+
# config.action_mailer.delivery_method = :test
3535

3636
# Set host to be used by links generated in mailer templates.
37-
config.action_mailer.default_url_options = { host: "example.com" }
37+
# config.action_mailer.default_url_options = { host: "example.com" }
3838

3939
# Print deprecation notices to the stderr.
4040
config.active_support.deprecation = :stderr

0 commit comments

Comments
 (0)