class ActiveSupport::TestCase

Constants

Assertion

Public Class Methods

for_tag(tag) { || ... } click to toggle source
# File lib/active_support/test_case.rb, line 24
def self.for_tag(tag)
  yield if $tags[tag]
end