Flowdock
method

for_tag

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveSupport::TestCase
for_tag(tag) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/test_case.rb, line 32
    def self.for_tag(tag)
      yield if $tags[tag]
    end
Register or log in to add new notes.