module Minitest
Public Class Methods
plugin_fivemat_init(options)
click to toggle source
# File lib/minitest/fivemat_plugin.rb, line 30 def self.plugin_fivemat_init(options) if reporter.kind_of?(CompositeReporter) reporter.reporters.unshift(FivematReporter.new(options[:io], options)) end end