Sha256: f8d501a5c554d0c639c0e00e8017313325aa771fea1da3f25f9d97db65877e79

Contents?: true

Size: 974 Bytes

Versions: 2

Compression:

Stored size: 974 Bytes

Contents

<%

rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "--format pretty features --tags ~@wip --tag ~@wip-new-core -r features --strict"


wip_opts = "--color -r features --tags @wip:3,@wip-new-core"
wip_opts << ",@wip-jruby:3" if defined?(JRUBY_VERSION)

legacy_opts = ''
legacy_opts << " --tags ~@wire" if defined?(JRUBY_VERSION)
legacy_opts << " --tags ~@wip-jruby" if defined?(JRUBY_VERSION)

%>

default: <%= std_opts %> --tags ~@jruby features/.cucumber
windows_mri: <%= std_opts %> --tags ~@jruby --tags ~@spork --tags ~@wire --tags ~@needs-many-fonts CUCUMBER_FORWARD_SLASH_PATHS=true

ruby_1_9: <%= std_opts %> --tags ~@jruby
ruby_2_0: <%= std_opts %> --tags ~@jruby
wip: --wip <%= wip_opts %> features
none: --format pretty
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip --tag ~@wip-new-core

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rs_232-2.0.5 cucumber.yml
rs_232-2.0.4 cucumber.yml