module Minitest
Public Class Methods
plugin_anxious_reporter_init(options)
click to toggle source
# File lib/minitest/anxious_reporter_plugin.rb, line 9 def self.plugin_anxious_reporter_init(options) self.reporter << AnxiousReporter::AnxiousReporter.new(options) end
plugin_anxious_reporter_options(opts, options)
click to toggle source
# File lib/minitest/anxious_reporter_plugin.rb, line 6 def self.plugin_anxious_reporter_options(opts, options) end