class RSpec::Core::NullReporter
@private # Used in place of a {Reporter} for situations where we don’t want reporting output.
Private Class Methods
Source
# File lib/rspec/core/reporter.rb, line 260 def self.method_missing(*) # ignore end
@private # Used in place of a {Reporter} for situations where we don’t want reporting output.
# File lib/rspec/core/reporter.rb, line 260 def self.method_missing(*) # ignore end