Skip to content

Commit

Permalink
--require features in cukes -p wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Apr 20, 2010
1 parent 4a37768 commit 0481d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.yml
Expand Up @@ -4,4 +4,4 @@ rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format
std_opts = "#{rerun_opts} --require features --format rerun --out rerun.txt --strict --tags ~@wip"
%>
default: <%= std_opts %>
wip: --tags @wip:3 --wip features
wip: --require features --tags @wip:3 --wip features

0 comments on commit 0481d70

Please sign in to comment.