Module: Minitest

Defined in:
lib/minitest/rake_ci_plugin.rb

Overview

The plugin needs to extend Minitest

Defined Under Namespace

Classes: FlakeyStatisticsReporter, RakeCIReporter

Class Method Summary collapse

Class Method Details

.plugin_rake_ci_init(options) ⇒ Object



8
9
10
# 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