config/cucumber.yml in ruby_odata-0.0.10 vs config/cucumber.yml in ruby_odata-0.1.0

- old
+ new

@@ -1,7 +1,8 @@ <% 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} --format rerun --out rerun.txt --strict --tags ~@wip" +rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}" +std_opts = "--format progress features --tags ~@wip" %> -default: <%= std_opts %> +default: <%= std_opts %> features wip: --tags @wip:3 --wip features +rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip \ No newline at end of file