bad no-precommit option

This commit is contained in:
John Bintz 2013-01-25 14:44:38 -05:00
parent 2764b7d641
commit 645af368f1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ std_opts = "--color -r features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -
%> %>
default: <%= std_opts %> features default: <%= std_opts %> features
wip: <%= std_opts %> --tags @wip 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 # or enable FAILFAST to have your tests end immediately on failure
#precommit: FAILFAST=true <%= std_opts %> --tags ~@wip:0 features #precommit: FAILFAST=true <%= std_opts %> --tags ~@wip:0 features