From f36e081a04ded8b75241a472d72c6652987b1b3a Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 4 Apr 2012 10:40:46 -0700 Subject: [PATCH] mark the trumpter mentioning spec wip so travis rake cucumber returns the right response code if it is green --- features/trumpeter.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/trumpeter.feature b/features/trumpeter.feature index 4e5ea12db..f0f2deb64 100644 --- a/features/trumpeter.feature +++ b/features/trumpeter.feature @@ -23,6 +23,7 @@ Feature: Creating a new post Then I should see "This is super skrunkle" as the first post in my stream Then "This is super skrunkle" should be a limited post in my stream + @wip Scenario: Mention a contact Given a user named "Alice Smith" with email "alice@alice.alice" And a user with email "bob@bob.bob" is connected with "alice@alice.alice"