class RSpec::Core::MultipleExceptionError
def message
- Note: - RSpec does not actually use this -- instead it formats each exception
Returns:
-
(String)
- Combines all the exception messages into a single string.
def message all_exceptions.map(&:message).join("\n\n") end