From 645af368f11223b908f32837770907b0bcaa04ff Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 25 Jan 2013 14:44:38 -0500 Subject: [PATCH] bad no-precommit 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 1c17956..9b29335 100644 --- a/skel/config/cucumber.yml +++ b/skel/config/cucumber.yml @@ -3,7 +3,7 @@ std_opts = "--color -r features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} - %> default: <%= std_opts %> features wip: <%= std_opts %> --tags @wip features -precommit: <%= std_opts %> --tags ~@wip:0 --tags @no-precommit features +precommit: <%= std_opts %> --tags ~@wip:0 --tags ~@no-precommit features # or enable FAILFAST to have your tests end immediately on failure #precommit: FAILFAST=true <%= std_opts %> --tags ~@wip:0 features