Skip to content

Instantly share code, notes, and snippets.

@knewter
Created December 12, 2011 19:20
Show Gist options
  • Save knewter/1468661 to your computer and use it in GitHub Desktop.
Save knewter/1468661 to your computer and use it in GitHub Desktop.
Scenario: After cloning, I should receive notifications when the document is updated
Given there are global documents:
| title | slug |
| homepage | / |
| Newsroom | /newsroom |
And there are global documents:
| title | slug |
| eClipboard | eclipboard |
And I have cloned documents:
| title | global title | slug |
| eClipboard | eClipboard | locations/germany/newsroom/eclipboard |
And there are no sent notifications
When an admin edits the global 'eClipboard' document
Then I should not receive a notification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment