Created
December 12, 2011 19:20
-
-
Save knewter/1468661 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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