actually use the new stuff in the profile

This commit is contained in:
John Bintz 2013-02-16 18:15:15 -05:00
parent b9a04a0052
commit 722cf66e0d
1 changed files with 1 additions and 11 deletions

View File

@ -1,12 +1,2 @@
<% <%= require 'cuke-pack/profiles' ; CukePack::Profiles.write %>
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
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
cleanup: <%= std_opts %> -f Cucumber::CleanupFormatter --out unused.txt features