Skip to content

Instantly share code, notes, and snippets.

@NigelThorne
Created April 21, 2009 22:49
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 NigelThorne/99443 to your computer and use it in GitHub Desktop.
Save NigelThorne/99443 to your computer and use it in GitHub Desktop.
Given I am logged in as <Role>
And I have a Protocol <Initial Protocol Details>
When I clone the protocol
Then the new protocol will contain <Cloned Protocol Details>
Examples:
*| Role | Initial Protocol Details ||| Cloned Protocol Details |||
*| | Name | Urgent | Description | Name | Urgent | Description |
| Admin| Prot1 | Y | Protocol 1 | Prot~1 | Y | Clone of Protocol 1 |
| Admin| Prot1 | N | Protocol 1 | Prot~1 | N | Clone of Protocol 1 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment