Skip to content

Instantly share code, notes, and snippets.

@darrhiggs
Created October 24, 2012 19:26
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 darrhiggs/3948260 to your computer and use it in GitHub Desktop.
Save darrhiggs/3948260 to your computer and use it in GitHub Desktop.
Scenario Outline: audit
Given I have billed my customer for <gross_amount>
And it was paid late
When I run my audit
Then the late payment fee should be <fee>
Examples:
| gross_amount | fee |
| £300 | £90 |
| £6000 | £123 |
| £10000 | £300 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment