Method: RSpec::Core::MultipleExceptionError#all_exceptions

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

#all_exceptionsArray<Exception> (readonly)

Returns The list of failures and other exceptions, combined.

Returns:

  • (Array<Exception>)

    The list of failures and other exceptions, combined.



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

def all_exceptions
  @all_exceptions
end