Method: RSpec::Core::MultipleExceptionError#other_errors

Defined in:
lib/rspec/core/formatters/exception_presenter.rb

#other_errorsArray<Exception> (readonly)

Returns The list of other errors.

Returns:

  • (Array<Exception>)

    The list of other errors.

[View source] [View on GitHub]

511
512
513
# File 'lib/rspec/core/formatters/exception_presenter.rb', line 511

def other_errors
  @other_errors
end