Skip to content

Instantly share code, notes, and snippets.

@jbpros
Created June 5, 2013 13:43
Show Gist options
  • Save jbpros/5713953 to your computer and use it in GitHub Desktop.
Save jbpros/5713953 to your computer and use it in GitHub Desktop.
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