make color a default option

This commit is contained in:
John Bintz 2013-01-25 12:24:33 -05:00
parent eb11223b23
commit 2764b7d641
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<% <%
std_opts = "-r features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -f Cucumber::StepWriter --out features/step_definitions --strict" std_opts = "--color -r features --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -f Cucumber::StepWriter --out features/step_definitions --strict"
%> %>
default: <%= std_opts %> features default: <%= std_opts %> features
wip: <%= std_opts %> --tags @wip features wip: <%= std_opts %> --tags @wip features