Skip to content

Instantly share code, notes, and snippets.

@frankgeerlings
Last active December 11, 2015 02:19
Show Gist options
  • Save frankgeerlings/4530245 to your computer and use it in GitHub Desktop.
Save frankgeerlings/4530245 to your computer and use it in GitHub Desktop.
Use dutch (nl) Gherkin (for Cucumber) to describe features
#language: nl
Functionaliteit: Een nieuwe feature
Om domme fouten te voorkomen
Als wiskundemalloot
Wil ik de som van twee getallen optellen
Scenario: Optellen
Stel ik heb 50 op de rekenmachine ingevoerd
En ik heb 70 op de rekenmachine ingevoerd
Als ik op optellen druk
Dan zou het resultaat op het scherm 120 moeten zijn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment