Skip to content

Instantly share code, notes, and snippets.

@jboursiquot
Created November 26, 2012 20: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 jboursiquot/4150506 to your computer and use it in GitHub Desktop.
Save jboursiquot/4150506 to your computer and use it in GitHub Desktop.
Tracking progress through tests
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