cucumber.yml in cucumber-2.99.0 vs cucumber.yml in cucumber-3.0.0.pre.1
- old
+ new
@@ -1,12 +1,12 @@
<%
cucumber_pro_opts = ENV['ENABLE_CUCUMBER_PRO'] ? "--format Cucumber::Pro --out /dev/null" : ""
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 --tags ~@wip-new-core -r features --strict #{cucumber_pro_opts}"
+std_opts = "--format progress features -r features --strict #{cucumber_pro_opts}"
std_opts << " --tags ~@wip-jruby" if defined?(JRUBY_VERSION)
-wip_opts = "--color -r features --tags @wip,@wip-new-core"
+wip_opts = "--color -r features --tags @wip"
wip_opts << ",@wip-jruby" if defined?(JRUBY_VERSION)
%>
default: <%= std_opts %> --tags ~@jruby
jruby: <%= std_opts %> --tags ~@wire
jruby_win: <%= std_opts %> --tags ~@wire CUCUMBER_FORWARD_SLASH_PATHS=true