module Minitest

Public Class Methods

plugin_happy_init(options) click to toggle source
# 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