Skip to content

Instantly share code, notes, and snippets.

@ludicast
Created August 28, 2010 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludicast/555095 to your computer and use it in GitHub Desktop.
Save ludicast/555095 to your computer and use it in GitHub Desktop.
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