Sha256: 63d8442f7b2c1cf582a0442ba942e00ea8384bd48d5f2bc115f333d6de453983

Contents?: true

Size: 827 Bytes

Versions: 8

Compression:

Stored size: 827 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 --strict --tags ~@wip"
begin
  require 'rspec/expectations'
  std_opts << ' --tags ~@rspec1'
rescue LoadError
  # rspec 1
  std_opts << ' --tags ~@rspec2'
end
%>
default: <%= std_opts %>
jruby: <%= std_opts %> --tags ~@spork --tags ~@wire
jruby_win: <%= std_opts %> --tags ~@spork --tags ~@wire CUCUMBER_FORWARD_SLASH_PATHS=true
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
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
cucumber-0.10.7 cucumber.yml
cucumber-0.10.6 cucumber.yml
cucumber-0.10.5 cucumber.yml
cucumber-0.10.3 cucumber.yml
cucumber-0.10.2 cucumber.yml
cucumber-0.10.1 cucumber.yml
stefl-cucumber-0.10.1 cucumber.yml
cucumber-0.10.0 cucumber.yml