Sha256: 63bd43a02736768552f2ff79e19e73feaa9966c02da3b52ccc1136775fc559bd
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
<% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "#{rerun_opts} -b --format rerun --out rerun.txt --strict --require features --tags ~@wip" %> default: <%= std_opts %> wip: --tags @wip:3 --wip features
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-1.1.4 | config/cucumber.yml |