Module: Minitest

Defined in:
lib/minitest/test_dots_plugin.rb

Defined Under Namespace

Classes: TestDotsReporter

Class Method Summary collapse

Class Method Details

.plugin_test_dots_init(_) ⇒ Object



5
6
7
8
9
# File 'lib/minitest/test_dots_plugin.rb', line 5

def self.plugin_test_dots_init(_)
  if TestDots.configuration.collect_test_data?
    self.reporter << TestDotsReporter.new
  end
end