Sha256: 1a674b5fac8f52e091dc7ef047b8e4ee3231591a9c6bd9546173dbf749645324

Contents?: true

Size: 820 Bytes

Versions: 12

Compression:

Stored size: 820 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 progress features --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

12 entries across 12 versions & 3 rubygems

Version Path
casecumber-1.0.2.1 cucumber.yml
cucumber-1.1.2 cucumber.yml
cucumber-1.1.1 cucumber.yml
js-log-cucumber-1.0.2 cucumber.yml
cucumber-1.1.0 cucumber.yml
cucumber-1.0.6 cucumber.yml
cucumber-1.0.5 cucumber.yml
cucumber-1.0.4 cucumber.yml
cucumber-1.0.3 cucumber.yml
cucumber-1.0.2 cucumber.yml
cucumber-1.0.1 cucumber.yml
cucumber-1.0.0 cucumber.yml