From 0481d700c9887ec1254ee1cb2261f0c860e9f6fc Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Mon, 19 Apr 2010 19:56:59 -0500 Subject: [PATCH] --require features in cukes -p wip --- cucumber.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cucumber.yml b/cucumber.yml index 197a4e4d56..ab2a700fa2 100644 --- a/cucumber.yml +++ b/cucumber.yml @@ -4,4 +4,4 @@ rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format std_opts = "#{rerun_opts} --require features --format rerun --out rerun.txt --strict --tags ~@wip" %> default: <%= std_opts %> -wip: --tags @wip:3 --wip features +wip: --require features --tags @wip:3 --wip features