class RSpec::Expectations::MultipleExpectationsNotMetError

def summary

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