Skip to content

Commit

Permalink
Make the api feature @wip so the pending steps don't run in 'rake cuc…
Browse files Browse the repository at this point in the history
…umber'.

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'
  • Loading branch information
jguiditta committed May 30, 2012
1 parent 814a09f commit 56a9daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/api.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 56a9daf

Please sign in to comment.