Skip to content

Instantly share code, notes, and snippets.

@jsnape
Created June 28, 2013 20:48
Show Gist options
  • Save jsnape/5887988 to your computer and use it in GitHub Desktop.
Save jsnape/5887988 to your computer and use it in GitHub Desktop.
Referral feature
Feature: Referrals Count
As an operational manager
I want to see counts of referrals
So I can plan capacity and monitor the number of patients in the system
Scenario: Simple Referral
Given the following referrals:
| Patient | Referral Date |
| Jane Smith | 2013-01-01 |
| Robert Jones | 2013-01-02 |
| Jenny Lee | 2013-01-03 |
When I load the referrals
Then the referral count should be 3
And the referral count for 2013-01-01 should be 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment