Method: PrettyFace::Formatter::ViewHelper#scenarios_summary_for

Defined in:
lib/pretty_face/formatter/view_helper.rb

#scenarios_summary_for(status) ⇒ Object



36
37
38
# File 'lib/pretty_face/formatter/view_helper.rb', line 36

def scenarios_summary_for(status)
  summary_percent(@step_mother.scenarios(status).length, scenario_count)
end