Skip to content

Instantly share code, notes, and snippets.

@camwest
Created March 20, 2009 18:38
Show Gist options
  • Save camwest/82494 to your computer and use it in GitHub Desktop.
Save camwest/82494 to your computer and use it in GitHub Desktop.
require File.expand_path(File.dirname(__FILE__) + '../../../spec_helper')
module Reports
describe ReportCardsController do
describe "GET index" do
it "exposes course statuses as @course_statuses" do
get :show
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment