Skip to content

Commit 098f2df

Browse files
committed
remove action_mailer references
1 parent 921a275 commit 098f2df

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

test/dummy/config/application.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Pick the frameworks you want:
44
# require "active_record/railtie"
55
require "action_controller/railtie"
6-
require "action_mailer/railtie"
76

87
# Test no-sprockets environment by testing the gemfile name
98
if SprocketsHelpers.available?

test/dummy/config/environments/development.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
config.consider_all_requests_local = true
1414
config.action_controller.perform_caching = false
1515

16-
# Don't care if the mailer can't send.
17-
config.action_mailer.raise_delivery_errors = false
18-
1916
# Print deprecation notices to the Rails logger.
2017
config.active_support.deprecation = :log
2118
end

test/dummy/config/environments/test.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
# Disable request forgery protection in test environment.
3434
config.action_controller.allow_forgery_protection = false
3535

36-
# Tell Action Mailer not to deliver emails to the real world.
37-
# The :test delivery method accumulates sent emails in the
38-
# ActionMailer::Base.deliveries array.
39-
config.action_mailer.delivery_method = :test
40-
4136
# Print deprecation notices to the stderr.
4237
config.active_support.deprecation = :stderr
4338

0 commit comments

Comments
 (0)