Skip to content

Instantly share code, notes, and snippets.

@IskanderHaziev
Created January 17, 2011 09:32
Show Gist options
  • Save IskanderHaziev/782650 to your computer and use it in GitHub Desktop.
Save IskanderHaziev/782650 to your computer and use it in GitHub Desktop.
1)
Scenario Outline: Crawler slave monitoring
Given a crawler master request for a crawler slave's status
When the crawler slave returns the <slave status>
Then the crawler master should <action>
2)
Scenario Outline: Crawler slave monitoring
Given the crawler slave has status <slave status>
When a crawler master request for a crawler slave's status
Then the crawler master should <action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment