Sha256: 697841c570664d6f128ec7c9cbd9cf35e5fbb53e697612168858db9cb80aaef7

Contents?: true

Size: 361 Bytes

Versions: 8

Compression:

Stored size: 361 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "--format progress features --tags ~@wip"
%>
default: <%= std_opts %> features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 config/cucumber.yml
ruby_odata-0.1.6 config/cucumber.yml
ruby_odata-0.1.5 config/cucumber.yml
ruby_odata-0.1.4 config/cucumber.yml
ruby_odata-0.1.3 config/cucumber.yml
ruby_odata-0.1.2 config/cucumber.yml
ruby_odata-0.1.1 config/cucumber.yml
ruby_odata-0.1.0 config/cucumber.yml