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