Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-05 23:08:03 +0400
committerIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-06 02:03:26 +0400
commit027f096ca7be7dc8c1e6829766a593681cb6169e (patch)
tree423ca338550c8f90aaa6b1395fd011b7488aefb3 /features
parent2d8b5bd54c6f08fa4d2fee060f2d0ac44974b9f1 (diff)
turns out for the join in the controller to work the current user needs to have contacts to whom they went to, added a spec
Diffstat (limited to 'features')
-rw-r--r--features/follows_tags.feature9
1 files changed, 6 insertions, 3 deletions
diff --git a/features/follows_tags.feature b/features/follows_tags.feature
index f05339b5c..ccacb623a 100644
--- a/features/follows_tags.feature
+++ b/features/follows_tags.feature
@@ -8,6 +8,8 @@ Feature: posting
Given a user with username "bob"
And a user with username "alice"
When I sign in as "bob@bob.bob"
+
+ And a user with username "bob" is connected with "alice"
And I am on the home page
And I expand the publisher
@@ -40,9 +42,10 @@ Feature: posting
Then I should see "I am da #boss"
Scenario: can stop following a particular tag
- Then I should see "Stop Following #boss"
- When I go to the home page
- And I should not see "#boss" in ".left_nav"
+ When I press "Stop Following #boss"
+
+ And I go to the home page
+ Then I should not see "#boss" within ".left_nav"