Skip to content

Instantly share code, notes, and snippets.

@aimeerivers
Created January 13, 2012 09:19
Show Gist options
  • Save aimeerivers/1605258 to your computer and use it in GitHub Desktop.
Save aimeerivers/1605258 to your computer and use it in GitHub Desktop.
Revealing statement
Feature: Revealing statement
Scenario Outline:
Given I begin a sentence "I'm not <SOMETHING> but ..."
When I finish the sentence
Then you will realise that I am in fact <SOMETHING>
Examples:
| SOMETHING |
| racist |
| homophobic |
| a feminist |
| a naturist |
| a prude |
# Feel free to fork and add more ...
@kikito
Copy link

kikito commented Jan 13, 2012

Funny. I didn't know the word "prude" until now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment