How do you mark a Cucumber Scenario as Pending

Posted by jspooner on Stack Overflow See other posts from Stack Overflow or by jspooner
Published on 2010-06-17T17:35:53Z Indexed on 2010/06/17 22:03 UTC
Read the original article Hit count: 258

Filed under:
|
|

How do I mark a cucumber scenario as pending so it doesn't get counted as a passed?

Scenario: Guest should not see edit link
# pending implementation

Shouldn't I be able to mark is as pending?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about rspec