Skip to content

Instantly share code, notes, and snippets.

@ludicast
Created August 28, 2010 12:12
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/555070 to your computer and use it in GitHub Desktop.
Save ludicast/555070 to your computer and use it in GitHub Desktop.
Scenario: Search by topic
Given there are 240 courses which do not have the topic "biology"
And there are 2 courses A001, B205 that each have "biology" as one of the topics
When I search for "biology"
Then I should see the following courses:
| Course code |
| A001 |
| B205 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment