Created
August 28, 2010 12:45
-
-
Save ludicast/555095 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: Search by topic | |
Given a topic exists | |
And some courses exist covering that topic | |
And other courses exist that do not cover the topic | |
When I search for that topic | |
Then I should see the courses that cover the topic | |
And I should not see the courses that do not cover the topic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment