Methods
Included Modules
Constants
Assertion = MiniTest::Assertion
Assertion = Test::Unit::AssertionFailedError
Public Class methods
for_tag(tag)
      # File activesupport/lib/active_support/test_case.rb, line 32
32:     def self.for_tag(tag)
33:       yield if $tags[tag]
34:     end