Created
August 28, 2012 14:42
-
-
Save greggroth/3498621 to your computer and use it in GitHub Desktop.
cuc
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
Feature: Search courses | |
In order to ensure better utilization of courses | |
Potential students should be able to search for courses | |
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