class Pact::MockService::Interactions::InteractionMismatch

def short_summary

def short_summary
  mismatched_attributes = candidate_diffs.collect(&:mismatched_attributes).flatten.uniq.join(", ").reverse.sub(",", "dna ").reverse #OMG what a hack!
  actual_request.method_and_path + " (request #{mismatched_attributes} did not match)"
end