Module: Minitest

Defined in:
lib/minitest/happy_plugin.rb

Class Method Summary collapse

Class Method Details

.plugin_happy_init(options) ⇒ Object



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

def self.plugin_happy_init options
  Minitest::PrideIO.pride!  # all pride, all the time!
  plugin_pride_init options # ensure we run before the pride plugin
end