Skip to content

Instantly share code, notes, and snippets.

@kent
Created June 4, 2009 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kent/123816 to your computer and use it in GitHub Desktop.
Save kent/123816 to your computer and use it in GitHub Desktop.
Feature: User signs up to my awesome website
As a user who is not signed up
I want to sign up to the awesome website
So that I can use the awesome site
Scenario: sign up voluntarily
Given I am at the homepage
When I click the signup button
Then I should be brought to the signup page
And I should see a signup form.
Scenario: sign up by trying to post
Given I am on a post page
When I try to leave a comment
Then I should be brought to the signup page
And I should see a signup form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment