tasks/cucumber.rake in nkryptic-sandbox-0.2.3 vs tasks/cucumber.rake in nkryptic-sandbox-0.2.4
- old
+ new
@@ -10,9 +10,10 @@
# t.cucumber_opts = "--profile #{profile}"
t.cucumber_opts = "--format pretty"
end
rescue LoadError
puts <<-EOS
-To use cucumber for testing you must install cucumber gem:
+ To use cucumber for testing you must install cucumber gem:
gem install cucumber
+
EOS
end
\ No newline at end of file