Method: RSpec::Core::MultipleExceptionError#all_exceptions
- Defined in:
- lib/rspec/core/formatters/exception_presenter.rb
permalink #all_exceptions ⇒ Array<Exception> (readonly)
Returns The list of failures and other exceptions, combined.
509 510 511 |
# File 'lib/rspec/core/formatters/exception_presenter.rb', line 509 def all_exceptions @all_exceptions end |