Add a good wip profile and default options for cucumber

This commit is contained in:
R. Tyler Croy 2012-09-03 00:26:15 -07:00
parent 6931298259
commit 6072077a4a
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
default: --format pretty --tags ~@wip
<%
opts = "--format pretty --format junit --out features/reports"
%>
default: <%= opts %> --tags ~@wip
wip: <%= opts %> --tags @wip