Method: Minitest.plugin_top_tests_init

Defined in:
lib/minitest/top_tests_plugin.rb

.plugin_top_tests_init(options) ⇒ Object



2
3
4
# File 'lib/minitest/top_tests_plugin.rb', line 2

def self.plugin_top_tests_init(options)
  self.reporter << TopTestReporter.new(options)
end