config/cucumber.yml in revenc-0.1.2 vs config/cucumber.yml in revenc-0.1.3

- old
+ new

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