From adfeeb01e798278ad43b67d882bdd1f54aff3b3f Mon Sep 17 00:00:00 2001 From: claudiob Date: Sun, 4 Jan 2015 07:45:07 -0800 Subject: Remove unneeded `require 'as/deprecation'` Tests should still pass after removing `require 'active_support/deprecation'` from these files since the related deprecations have been removed. --- activesupport/lib/active_support/test_case.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index aa71db3c56..c7d6c62129 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -9,7 +9,6 @@ require 'active_support/testing/isolation' require 'active_support/testing/constant_lookup' require 'active_support/testing/time_helpers' require 'active_support/core_ext/kernel/reporting' -require 'active_support/deprecation' module ActiveSupport class TestCase < ::Minitest::Test -- cgit v1.2.3