Class: Minitest::Tagz::TaggerFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/minitest/tagz.rb

Overview

Was more useful when I was trying to add shoulda-context support

Class Method Summary collapse

Class Method Details

.create_tagger(owner, pending_tags) ⇒ Object



93
94
95
96
# File 'lib/minitest/tagz.rb', line 93

def self.create_tagger(owner, pending_tags)
  patchers = [MinitestPatcher]
  Tagger.new(patchers, owner, pending_tags)
end