Sha256: 78e85e6622ba728305345e822211f111595bc2f6f6dcb6d45427ec0547029627
Contents?: true
Size: 677 Bytes
Versions: 4
Compression:
Stored size: 677 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 = "#{rerun_opts} --format rerun --out rerun.txt --strict --tags ~@wip" %> default: <%= std_opts %> jruby: <%= std_opts %> --tags ~@spork --tags ~@wire jruby_win: <%= std_opts %> --tags ~@spork --tags ~@wire CUCUMBER_FORWARD_SLASH_PATHS=true run_code_run: <%= std_opts %> --tags ~@spork windows_mri: <%= std_opts %> --tags ~@spork --tags ~@wire --tags ~@needs-many-fonts CUCUMBER_FORWARD_SLASH_PATHS=true ruby_1_9: <%= std_opts %> --tags ~@fails_on_1_9 wip: --tags @wip:3 --wip features none: --format pretty
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
cucumber-0.6.4 | cucumber.yml |
cucumber-0.6.3 | cucumber.yml |
davidtrogers-cucumber-0.6.2 | cucumber.yml |
cucumber-0.6.2 | cucumber.yml |