cucumber should not fail with pending steps :(

This commit is contained in:
Maxwell Salzberg 2012-04-05 12:49:56 -07:00
parent 20fee66eee
commit 21667768aa

View file

@ -8,6 +8,7 @@ Feature: Post Viewer
Given a user with email "alice@alice.com" Given a user with email "alice@alice.com"
And I sign in as "alice@alice.com" And I sign in as "alice@alice.com"
@wip
Scenario: Paging through posts Scenario: Paging through posts
Given I have posts for each type of template Given I have posts for each type of template
Then I visit all of my posts Then I visit all of my posts