Modules: Warning
4 5 6 7 8
# File 'lib/minitest/warning_plugin.rb', line 4 def self.plugin_warning_init(opts) reporter.reporters.each do |reporter| reporter.class.prepend(Minitest::Warning::Reporter) if reporter.kind_of?(SummaryReporter) end end