Sha256: 1ee528f8d15ae7991feba0dd2f3a4ba117950af0cfe5935fc35f3dbcd1ae4c04
Contents?: true
Size: 577 Bytes
Versions: 7
Compression:
Stored size: 577 Bytes
Contents
<%% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun = rerun.strip.gsub /\s/, ' ' rerun_opts = rerun.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags 'not @wip'" %> default: <%= spork? ? '--drb ' : '' %><%%= std_opts %> features wip: <%= spork? ? '--drb ' : '' %>--tags @wip:3 --wip features rerun: <%= spork? ? '--drb ' : '' %><%%= rerun_opts %> --format rerun --out rerun.txt --strict --tags 'not @wip'
Version data entries
7 entries across 7 versions & 1 rubygems