Skip to content

Instantly share code, notes, and snippets.

@ringmaster
Created July 29, 2011 12:54
Show Gist options
  • Save ringmaster/1113751 to your computer and use it in GitHub Desktop.
Save ringmaster/1113751 to your computer and use it in GitHub Desktop.
Clients, Client Admins, and Candidates
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