lib/cucumber/formatter/console.rb in casecumber-1.0.2.1 vs lib/cucumber/formatter/console.rb in casecumber-1.2.1.cb2
- old
+ new
@@ -112,11 +112,12 @@
text = "\nYou can implement step definitions for undefined steps with these snippets:\n\n"
text += snippets.join("\n\n")
@io.puts format_string(text, :undefined)
if unknown_programming_language
- @io.puts format_string("\nIf you want snippets in a different programming language, just make sure a file\n" +
- "with the appropriate file extension exists where cucumber looks for step definitions.", :failed)
+ @io.puts format_string("\nIf you want snippets in a different programming language,\n" +
+ "just make sure a file with the appropriate file extension\n" +
+ "exists where cucumber looks for step definitions.", :failed)
end
@io.puts
@io.flush
end