From 6bda512c021f3605f8c1a2477d3f5771d89805ad Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Thu, 29 Sep 2011 17:17:34 -0700 Subject: [PATCH] fixing cukes; does cucumber clear the session every time now? --- features/follows_tags.feature | 2 -- features/mobile.feature | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/features/follows_tags.feature b/features/follows_tags.feature index ebf4186c5..fd421ce65 100644 --- a/features/follows_tags.feature +++ b/features/follows_tags.feature @@ -11,8 +11,6 @@ Feature: posting When I sign in as "bob@bob.bob" And I post a status with the text "I am da #boss" And I am on the home page - Then I should see "I am da #boss" - When I go to the destroy user session page And I sign in as "alice@alice.alice" And I search for "#boss" diff --git a/features/mobile.feature b/features/mobile.feature index 4c5c7bf97..a45f9ea88 100644 --- a/features/mobile.feature +++ b/features/mobile.feature @@ -7,5 +7,5 @@ Feature: Navigate mobile site Scenario: Show mobile site And I visit the mobile aspects page - Then I should see "sign in" + Then I should see "Log in"