From 2764b7d6411d724883e0ed30737e77cd109fa90d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 25 Jan 2013 12:24:33 -0500 Subject: [PATCH] make color a default option --- skel/config/cucumber.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/config/cucumber.yml b/skel/config/cucumber.yml index 26f104f..1c17956 100644 --- a/skel/config/cucumber.yml +++ b/skel/config/cucumber.yml @@ -1,5 +1,5 @@ <% -std_opts = "-r features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -f Cucumber::StepWriter --out features/step_definitions --strict" +std_opts = "--color -r features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -f Cucumber::StepWriter --out features/step_definitions --strict" %> default: <%= std_opts %> features wip: <%= std_opts %> --tags @wip features