Sha256: d3d76d704b599b12696bb51799218828df75f665c7d56e41a463b990fe250c15
Contents?: true
Size: 698 Bytes
Versions: 5
Compression:
Stored size: 698 Bytes
Contents
<% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --tags ~@wip" interp_opts = if defined?(RUBY_ENGINE) " --tags ~@exclude-#{RUBY_ENGINE}" else '' end if ENV['TRAVIS'] && RUBY_VERSION == '1.8.6' interp_opts << ' --tags ~@exclude-travis-186' end %> default: <%= std_opts %><%= interp_opts %> features wip: --tags @wip:30 --wip features<%= interp_opts %> rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip<%= interp_opts %>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vcr-1.11.1 | cucumber.yml |
vcr-1.10.3 | cucumber.yml |
vcr-1.10.2 | cucumber.yml |
vcr-1.10.0 | cucumber.yml |
vcr-1.9.0 | cucumber.yml |