Method: RSpec::Core::MultipleExceptionError#other_errors
- Defined in:
- lib/rspec/core/formatters/exception_presenter.rb
permalink #other_errors ⇒ Array<Exception> (readonly)
Returns The list of other errors.
506 507 508 |
# File 'lib/rspec/core/formatters/exception_presenter.rb', line 506 def other_errors @other_errors end |