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 Minitest::PrideIO.pride! # all pride, all the time! plugin_pride_init # ensure we run before the pride plugin end |