lib/cucumber/formatter/json.rb in cucumber-0.8.3 vs lib/cucumber/formatter/json.rb in cucumber-0.8.4

- old
+ new

@@ -67,10 +67,10 @@ end end def step_name(keyword, step_match, status, source_indent, background) @current_step[:status] = status - @current_step[:keyword] = "#{keyword}" + @current_step[:keyword] = keyword @current_step[:name] = "#{step_match.name || step_match.format_args}" @current_step[:file_colon_line] = step_match.file_colon_line end def after_step(step)