Sha256: 98472d3b6a18e33ff7984908e2a1767378fe39c87535b91285f59f226114949e
Contents?: true
Size: 345 Bytes
Versions: 5
Compression:
Stored size: 345 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} --format rerun --out rerun.txt --strict --tags ~@wip" %> default: --drb <%= std_opts %> wip: --drb --tags @wip:3 --wip features
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
spree-0.11.4 | config/cucumber.yml |
spree-0.11.3 | config/cucumber.yml |
spree-0.11.2 | config/cucumber.yml |
spree-0.11.1 | config/cucumber.yml |
spree-0.11.0 | config/cucumber.yml |