From 27f78dd1adf569de961630833da8e0ddf00bd3c0 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Tue, 5 Jul 2011 18:15:17 -0700 Subject: [PATCH] Rake cucumber should be pretty --- lib/tasks/cucumber.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/cucumber.rake b/lib/tasks/cucumber.rake index c3f358d77..4e2d578e7 100644 --- a/lib/tasks/cucumber.rake +++ b/lib/tasks/cucumber.rake @@ -18,7 +18,7 @@ begin t.binary = vendored_cucumber_bin # If nil, the gem's binary is used. t.fork = true # You may get faster startup if you set this to false t.profile = 'default' - t.cucumber_opts = "--exclude features/uri-tests/*" + t.cucumber_opts = "-f pretty --exclude features/uri-tests/*" end Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t|