aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-12-05 00:17:39 +0100
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-12-05 01:02:46 +0100
commitd8888b94b32b28003ec247d0565e73dee731275e (patch)
tree410e0e71ad7ba0cddacb0d6128ccc3c8c9b77764 /actionmailer
parent501acab943cdc3a5ac389cfd9b39dc34d3ca86fb (diff)
downloadrails-d8888b94b32b28003ec247d0565e73dee731275e.tar.gz
rails-d8888b94b32b28003ec247d0565e73dee731275e.tar.bz2
rails-d8888b94b32b28003ec247d0565e73dee731275e.zip
Retain ActionPack dependency on ActionView
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/test/i18n_with_controller_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionmailer/test/i18n_with_controller_test.rb b/actionmailer/test/i18n_with_controller_test.rb
index ab5eaaa9d5..14a1b11b6d 100644
--- a/actionmailer/test/i18n_with_controller_test.rb
+++ b/actionmailer/test/i18n_with_controller_test.rb
@@ -15,9 +15,6 @@ class I18nTestMailer < ActionMailer::Base
end
end
-# Emulate AV railtie
-ActionController::Base.superclass.send(:include, ActionView::Layouts)
-
class TestController < ActionController::Base
def send_mail
I18nTestMailer.mail_with_i18n_subject("test@localhost").deliver