module Cucumber::Formatter::Summary

def scenario_summary(step_mother, &block)

def scenario_summary(step_mother, &block)
  scenarios_proc = lambda{|status| step_mother.scenarios(status)}
  dump_count(step_mother.scenarios.length, "scenario") + dump_status_counts(scenarios_proc, &block)
end