Class: RSpec::Expectations::FailureAggregator::AggregatedFailure

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/failure_aggregator.rb

Constant Summary collapse

MESSAGE =
'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 collapse

Instance Method Details

#inspectObject



15
16
17
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/failure_aggregator.rb', line 15

def inspect
  MESSAGE
end