From 56a9daf603593b89791eb07a2f095a281cff72bb Mon Sep 17 00:00:00 2001 From: Jason Guiditta Date: Wed, 30 May 2012 10:59:08 -0400 Subject: [PATCH] Make the api feature @wip so the pending steps don't run in 'rake cucumber'. As the step definitions are not yet implemented, this makes it so you don't get noise from known-incomplete tests. If desired, they can explicitly be run with 'rake cucumber:wip' --- features/api.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/api.feature b/features/api.feature index dab0ac5..7b37c85 100644 --- a/features/api.feature +++ b/features/api.feature @@ -1,3 +1,4 @@ +@wip Feature: Manage Images API As a client of the conductor management API In order to manage the full life cycle of images in the system