module Minitest

def self.plugin_fivemat_init(options)

def self.plugin_fivemat_init(options)
  if reporter.kind_of?(CompositeReporter)
    reporter.reporters.unshift(FivematReporter.new(options[:io], options))
  end
end