From 86e535e3ff0debb8693225b57a07d3f58bd92457 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 28 Dec 2009 19:12:48 -0300 Subject: [PATCH] Not running cucumber features tagged with @wip --- config/cucumber.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cucumber.yml b/config/cucumber.yml index 2e8d86f..09f3c7e 100644 --- a/config/cucumber.yml +++ b/config/cucumber.yml @@ -1,2 +1,2 @@ -default: --tags ~@selenium --exclude features/support/selenium.rb -selenium: --tags @selenium +default: --tags ~@selenium,~@wip --exclude features/support/selenium.rb +selenium: --tags @selenium,~@wip -- libgit2 0.21.2