Created
November 26, 2012 20:45
-
-
Save jboursiquot/4150506 to your computer and use it in GitHub Desktop.
Tracking progress through tests
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
require_relative '../spec_helper' | |
describe "My API" do | |
it "should return a list of cities (e.g. New York, Berlin)" | |
it "should return a list of course categories" | |
it "should return a list of courses based on a given city" | |
it "should return a list of courses based on a category and city" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment