module Minitest
The plugin needs to extend Minitest
Public Class Methods
Source
# File lib/minitest/rake_ci_plugin.rb, line 8 def self.plugin_rake_ci_init(options) reporter << RakeCIReporter.new(options[:io], options) if RakeCIReporter.enabled? end