aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-08-12 07:48:59 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-08-12 07:51:05 -0300
commit90745897b991e02e758c635a03062d1bec288300 (patch)
treebad0169126fe4746f48c8c559110a37a2c8335fb /activesupport/lib/active_support/test_case.rb
parent6ffb29d24e05abbd9ffe3ea974140d6c70221807 (diff)
downloadrails-90745897b991e02e758c635a03062d1bec288300.tar.gz
rails-90745897b991e02e758c635a03062d1bec288300.tar.bz2
rails-90745897b991e02e758c635a03062d1bec288300.zip
Remove old setup from AS test case
This was added back in Rails 3 on c4a6109286909c394e8c5bfc471a1eb9de245d2b, and is not being used anymore.
Diffstat (limited to 'activesupport/lib/active_support/test_case.rb')
-rw-r--r--activesupport/lib/active_support/test_case.rb5
1 files changed, 0 insertions, 5 deletions
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