Created
June 5, 2013 13:43
-
-
Save jbpros/5713953 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: squeak | |
A squawk | |
Acceptance criteria: | |
- see my own squawks | |
- see the squawks from people I follow | |
- don't see squawks from people I don't follow | |
Background: | |
Given I am logged in | |
Scenario: see my own squawk | |
When I squeak | |
Then I should see my squawk | |
Scenario: see someone else's squawks | |
Given someone I follow | |
And they squeaked | |
When I check my timeline | |
Then I should see their squawk | |
Scenario: don't see squawks from people I don't follow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment