Skip to content

Instantly share code, notes, and snippets.

@mattwynne
Created May 26, 2010 11:10
Show Gist options
  • Select an option

  • Save mattwynne/414354 to your computer and use it in GitHub Desktop.

Select an option

Save mattwynne/414354 to your computer and use it in GitHub Desktop.
Feature: Post message
In order to share my thoughts
As a user
I want to post messages
Scenario: Existing User posts a message
Given there is a User
And I am logged in as the User
When I visit the homepage
And I fill in "Message" with "Hello World"
And I press "Post"
Then I should see "Hello World" in my feed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment