From 90745897b991e02e758c635a03062d1bec288300 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 12 Aug 2014 07:48:59 -0300 Subject: Remove old setup from AS test case This was added back in Rails 3 on c4a6109286909c394e8c5bfc471a1eb9de245d2b, and is not being used anymore. --- activesupport/lib/active_support/test_case.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index a456f731e1..154c8e5d14 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -17,11 +17,6 @@ module ActiveSupport alias_method :method_name, :name - $tags = {} - def self.for_tag(tag) - yield if $tags[tag] - end - include ActiveSupport::Testing::TaggedLogging include ActiveSupport::Testing::SetupAndTeardown include ActiveSupport::Testing::Assertions -- cgit v1.2.3