Method: RSpec::Expectations::MultipleExpectationsNotMetError#other_errors

Defined in:
lib/rspec/expectations/failure_aggregator.rb

#other_errorsArray<Exception>

Returns The list of other exceptions.

Returns:

  • (Array<Exception>)

    The list of other exceptions.



120
121
122
# File 'lib/rspec/expectations/failure_aggregator.rb', line 120

def other_errors
  @failure_aggregator.other_errors
end