class RSpec::Expectations::MultipleExpectationsNotMetError

def other_errors

Returns:
  • (Array) - The list of other exceptions.
def other_errors
  @failure_aggregator.other_errors
end