Sha256: 54bb684fdbcff5235c683bf9586cdb4cff5f117d23a49595c6167919f78e54a6
Contents?: true
Size: 331 Bytes
Versions: 9
Compression:
Stored size: 331 Bytes
Contents
<% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "--format pretty features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "#{rerun_opts} --format rerun --out rerun.txt --strict --tags ~@wip" %> default: <%= std_opts %> wip: --tags @wip:3 --wip features
Version data entries
9 entries across 9 versions & 3 rubygems