Skip to content

Instantly share code, notes, and snippets.

@alexgodin
Created June 1, 2011 19:46
Show Gist options
  • Save alexgodin/1003132 to your computer and use it in GitHub Desktop.
Save alexgodin/1003132 to your computer and use it in GitHub Desktop.
first test
Feature: Sign Up
In order to allow users to register
As an unauthenticated user
I want to be able to signn with twitter
Scenario: Oauth success
Given An unauthenticated user visit the home page
When they click sign in with twitter
Then they should be successdully authenticated or they should be redirected to the homepage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment