Created
December 14, 2013 21:41
This file contains 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
Narrative: | |
In order to take decisions based on stock prices | |
As a system | |
I want to receive all stocks with their prices | |
Scenario: Receiving stocks and prices | |
Given stock server | |
When I connect to it | |
Then I receive all stocks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment