diff options
author | yui-knk <spiketeika@gmail.com> | 2015-10-20 20:02:59 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-10-20 20:02:59 +0900 |
commit | 1099329be081297c16b02141ec13ca6a05ff037c (patch) | |
tree | 6614eb2c8a0e63b562ce8fc5a4a0575ddc277b65 /actionmailer/test | |
parent | dd2c94aea6de51b58f75f192e5de16e791b9d2d9 (diff) | |
download | rails-1099329be081297c16b02141ec13ca6a05ff037c.tar.gz rails-1099329be081297c16b02141ec13ca6a05ff037c.tar.bz2 rails-1099329be081297c16b02141ec13ca6a05ff037c.zip |
Delete needless `require 'active_support/deprecation'`
When `require 'active_support/rails'`, 'active_support/deprecation'
is automatically loaded.
Diffstat (limited to 'actionmailer/test')
-rw-r--r-- | actionmailer/test/i18n_with_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/test/i18n_with_controller_test.rb b/actionmailer/test/i18n_with_controller_test.rb index 04e00cf481..6124ffeb52 100644 --- a/actionmailer/test/i18n_with_controller_test.rb +++ b/actionmailer/test/i18n_with_controller_test.rb @@ -1,7 +1,6 @@ require 'abstract_unit' require 'action_view' require 'action_controller' -require 'active_support/deprecation' class I18nTestMailer < ActionMailer::Base configure do |c| |