lib/cucumber/formatter/console.rb in cucumber-0.3.92 vs lib/cucumber/formatter/console.rb in cucumber-0.3.93

- old
+ new

@@ -75,10 +75,10 @@ print_status_counts{|status| step_mother.scenarios(status)} @io.print dump_count(step_mother.steps.length, "step") print_status_counts{|status| step_mother.steps(status)} - @io.puts(format_duration(features.duration)) if features + @io.puts(format_duration(features.duration)) if features && features.duration @io.flush end def print_exception(e, status, indent) \ No newline at end of file