class RSpec::Expectations::MultipleExpectationsNotMetError
def exception_count_description
def exception_count_description failure_count = pluralize("failure", failures.size) return failure_count if other_errors.empty? error_count = pluralize("other error", other_errors.size) "#{failure_count} and #{error_count}" end