class Cucumber::Formatters::PrettyFormatter
def step_passed(step, regexp, args)
def step_passed(step, regexp, args) if step.row? args = step.visible_args if step.outline? @passed << step print_passed_args(args) else @passed << step @io.print passed(" #{step.keyword} #{step.format(regexp){|param| passed_param(param) << passed}}") if @options[:source] @io.print padding_spaces(step) @io.print source_comment(step) end @io.puts end end