Class: RSpec::Expectations::FailureAggregator::AggregatedFailure Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | rspec-expectations/lib/rspec/expectations/failure_aggregator.rb |
Constant Summary
-
MESSAGE =
:nocov: #inspect was apparently used by some versions early in ruby 3 while constructing NoMethodError, but seems to be no longer.
'AggregatedFailure: This method caused a failure which has been ' \ 'suppressed to be aggregated into our failure report by returning ' \ 'this value, further errors can be ignored.'
Instance Method Summary
- #inspect Internal use only
Instance Method Details
#inspect
[ GitHub ]# File 'rspec-expectations/lib/rspec/expectations/failure_aggregator.rb', line 19
def inspect MESSAGE end