Created
July 29, 2011 12:54
-
-
Save ringmaster/1113751 to your computer and use it in GitHub Desktop.
Clients, Client Admins, and Candidates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Background: | |
Given the following clients exist: | |
| name | slug | status_id | | |
| Pickering Valley | pickering-valley | 4 | | |
| East Ward | east-ward | 4 | | |
| Shamona Creek | shamona-creek | 4 | | |
| Brandywine Wallace | brandywine-wallace | 4 | | |
| Lionville | lionville | 4 | | |
| Bradford Heights | bradford-heights | 4 | | |
| Springton Manor | springton-manor | 4 | | |
| Uwchlan Hills | uwchlan-hills | 4 | | |
Given the following client admins exist: | |
| name | username | password | client | | |
| Pickering admin | pickering | p_pickering | Pickering Valley | | |
Given the following candidates exist: | |
| name | username | password | client | | |
| Penny Penta | penny | p_penny | Pickering Valley | | |
| Erin Echols | erin | p_erin | East Ward | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment