class RSpec::Core::MultipleExceptionError

def summary

Returns:
  • (String) - A summary of the failure, including the block label and a count of failures.
def summary
  "Got #{exception_count_description}"
end