Sha256: 9b57ba93cf07e216aef9b22c79b64384b639605280e928506eb86be00c40bf2f

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 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 = "#{rerun_opts} --format rerun --out rerun.txt --strict --tags ~@wip"
%>
default: <%= std_opts %>
jruby: <%= std_opts %>,~@spork,~@wire
run_code_run: <%= std_opts %>,~@spork
windows_mri: <%= std_opts %>,~@spork
wip: --tags @wip:3 --wip features

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-0.5.3 cucumber.yml
cucumber-0.5.2 cucumber.yml
cucumber-0.5.1 cucumber.yml
cucumber-0.5.0 cucumber.yml