Sha256: fce3c55ed29463312080db8de4a5fa31c1cbc066c12d8130760e05aebe50890b
Contents?: true
Size: 409 Bytes
Versions: 3
Compression:
Stored size: 409 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 run_code_run: <%= std_opts %>,~@spork windows_mri: <%= std_opts %>,~@spork wip: --tags @wip:3 --wip features
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
cucumber-0.4.5.rc2 | cucumber.yml |
kbaum-cucumber-0.4.5.pre | cucumber.yml |
cucumber-0.4.5.rc1 | cucumber.yml |