class Minitest::CompositeReporter
Dispatch to multiple reporters as one.
Attributes
The list of reporters to dispatch to.
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/minitest-6.0.1/lib/minitest.rb, line 1006 def << reporter self.reporters << reporter end
Add another reporter to the mix.