Skip to content

Instantly share code, notes, and snippets.

@rlmattax
Created March 29, 2010 14:57
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 rlmattax/347915 to your computer and use it in GitHub Desktop.
Save rlmattax/347915 to your computer and use it in GitHub Desktop.
Scenario: User signs up with valid data
When I hit the sign up api with "user@example.com/secret"
Then I should see JSON:
"{}"
Resulting error:
features/api_signup.feature:27:9: Parse error, expected one of "|", "\"\"\"", "\n", "\r", "#", "* ", "Given ", "When ", "Then ", "And ", "But ", "@", "Scenario", "Scenario Outline". (Cucumber::Parser::SyntaxError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment