cucumber.yml in cucumber-0.4.5.rc2 vs cucumber.yml in cucumber-0.5.0
- old
+ new
@@ -2,9 +2,9 @@
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "#{rerun_opts} --format rerun --out rerun.txt --strict --tags ~@wip"
%>
default: <%= std_opts %>
-jruby: <%= std_opts %>,~@spork
+jruby: <%= std_opts %>,~@spork,~@wire
run_code_run: <%= std_opts %>,~@spork
windows_mri: <%= std_opts %>,~@spork
wip: --tags @wip:3 --wip features