Sha256: 21c7108f55282f63a4a812ff55e5bad7d69f6583de054502af719723f9de0ab6

Contents?: true

Size: 366 Bytes

Versions: 29

Compression:

Stored size: 366 Bytes

Contents

<%
std_opts = "-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: FAILFAST=true <%= std_opts %> --tags ~@wip:0 features
cleanup: <%= std_opts %> -f Cucumber::CleanupFormatter --out unused.txt features

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
penchant-0.2.29 config/cucumber.yml
penchant-0.2.28 config/cucumber.yml
penchant-0.2.27 config/cucumber.yml
cuke-pack-0.0.1 skel/config/cucumber.yml
penchant-0.2.26 config/cucumber.yml
penchant-0.2.24 config/cucumber.yml
penchant-0.2.23 config/cucumber.yml
penchant-0.2.22 config/cucumber.yml
penchant-0.2.21 config/cucumber.yml
penchant-0.2.20 config/cucumber.yml
penchant-0.2.19 config/cucumber.yml
penchant-0.2.18 config/cucumber.yml
penchant-0.2.17 config/cucumber.yml
penchant-0.2.16 config/cucumber.yml
penchant-0.2.15 config/cucumber.yml
penchant-0.2.14 config/cucumber.yml
penchant-0.2.13 config/cucumber.yml
penchant-0.2.12 config/cucumber.yml
penchant-0.2.11 config/cucumber.yml
penchant-0.2.10 config/cucumber.yml