Remove old setup from AS test case

This was added back in Rails 3 on
c4a6109286909c394e8c5bfc471a1eb9de245d2b, and is not being used anymore.
This commit is contained in:
Carlos Antonio da Silva 2014-08-12 07:48:59 -03:00
parent 6ffb29d24e
commit 90745897b9

@ -17,11 +17,6 @@ class TestCase < ::Minitest::Test
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