module Minitest
Public Class Methods
plugin_growler_init(options)
click to toggle source
# File lib/minitest/growler_plugin.rb, line 9 def self.plugin_growler_init(options) if Growler.growler? self.reporter << Growler.new(options) end end
plugin_growler_options(opts, options)
click to toggle source
# File lib/minitest/growler_plugin.rb, line 6 def self.plugin_growler_options(opts, options) end