Sha256: 000273e0bec054d1abfc4d4c7bb63c812e0df6ca16e271ed4d99873a97abb940

Contents?: true

Size: 371 Bytes

Versions: 9

Compression:

Stored size: 371 Bytes

Contents

<%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "#{rerun_opts} --require features --format rerun --out rerun.txt --strict --tags ~@wip"
%>
default: <%= std_opts %>
wip: --require features --tags @wip:3 --wip features

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
rspec-expectations-2.0.0.beta.11 cucumber.yml
rspec-expectations-2.0.0.beta.10 cucumber.yml
rspec-expectations-2.0.0.beta.9 cucumber.yml
rspec-core-2.0.0.beta.8 cucumber.yml
rspec-expectations-2.0.0.beta.8 cucumber.yml
rspec-expectations-2.0.0.beta.7 cucumber.yml
rspec-expectations-2.0.0.beta.6 cucumber.yml
rspec-expectations-2.0.0.beta.5 cucumber.yml
rspec-expectations-2.0.0.beta.4 cucumber.yml