Module: Minitest

Defined in:
lib/minitest/gamifying_reporter.rb,
lib/minitest/gamifying_reporter_plugin.rb

Defined Under Namespace

Classes: GamifyingReporter

Class Method Summary collapse

Class Method Details

.plugin_gamifying_reporter_init(options) ⇒ Object



4
5
6
# File 'lib/minitest/gamifying_reporter_plugin.rb', line 4

def self.plugin_gamifying_reporter_init(options)
  self.reporter.reporters.push Minitest::GamifyingReporter.new
end