Skip to content

Instantly share code, notes, and snippets.

@ambantis
Created October 7, 2013 21:27
Show Gist options
  • Save ambantis/6875249 to your computer and use it in GitHub Desktop.
Save ambantis/6875249 to your computer and use it in GitHub Desktop.
class DbUserSpec extends FeatureSpec with GivenWhenThen {
feature("A prospective user can log into the system and create a new account") {
info("As a prospective user")
info("I want to be able to create an account")
info("So that I can use the MagicNotebook app")
scenario("I login for the first time") {
Given("I click 'Accept' on the Google OAuth Consent Page")
And("I allow the app to have access to my Google Drive and personal info")
pending
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment