diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-10-20 13:46:50 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-10-20 13:46:50 +0200 |
commit | 857263445035404786e1f9785b76f3f4ddb7ca12 (patch) | |
tree | f96019c91ba8287273c400c51fde3f379661763c /actionmailer | |
parent | b6127d8871fc77815d30d36be56d2fb231b060a3 (diff) | |
parent | 1099329be081297c16b02141ec13ca6a05ff037c (diff) | |
download | rails-857263445035404786e1f9785b76f3f4ddb7ca12.tar.gz rails-857263445035404786e1f9785b76f3f4ddb7ca12.tar.bz2 rails-857263445035404786e1f9785b76f3f4ddb7ca12.zip |
Merge pull request #22003 from yui-knk/remove_needless_require_as
Delete needless `require 'active_support/deprecation'`
Diffstat (limited to 'actionmailer')
-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| |