From 4b39b7585e02cd4abf45b93eefed8f067bcf753d Mon Sep 17 00:00:00 2001 From: Mark Ryall Date: Sat, 17 Nov 2012 13:26:41 +1000 Subject: [PATCH] added wip mode to cucumber --- cucumber.yml | 2 ++ features/main_process.feature | 1 + 2 files changed, 3 insertions(+) create mode 100644 cucumber.yml diff --git a/cucumber.yml b/cucumber.yml new file mode 100644 index 0000000..9635f34 --- /dev/null +++ b/cucumber.yml @@ -0,0 +1,2 @@ +default: -t ~@wip -strict features +wip: -t @wip --wip features \ No newline at end of file diff --git a/features/main_process.feature b/features/main_process.feature index 2069ed1..3bb9169 100644 --- a/features/main_process.feature +++ b/features/main_process.feature @@ -1,3 +1,4 @@ +@wip Feature: Main process of Ocelots AS A normal user I WANT TO use main functionality of Ocelots