From 1099329be081297c16b02141ec13ca6a05ff037c Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 20 Oct 2015 20:02:59 +0900 Subject: Delete needless `require 'active_support/deprecation'` When `require 'active_support/rails'`, 'active_support/deprecation' is automatically loaded. --- actionmailer/test/i18n_with_controller_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionmailer') 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| -- cgit v1.2.3