Module: Minitest::Tagz::BaseMixin
- Defined in:
- lib/minitest/tagz.rb
Overview
Was more useful when I was trying to add shoulda-context support
Instance Method Summary collapse
Instance Method Details
#tag(*tags) ⇒ Object
85 86 87 |
# File 'lib/minitest/tagz.rb', line 85 def tag(*) Tagz.declare_tag_assignment(self, ) end |