class RSpecJUnitFormatter

def failure_count

def failure_count
  @summary_notification.failed_examples.count
end