Skip to content

Instantly share code, notes, and snippets.

@kwerle
Created April 28, 2011 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kwerle/946809 to your computer and use it in GitHub Desktop.
Save kwerle/946809 to your computer and use it in GitHub Desktop.
spec/controllers/content_controller_spec.rb
require 'spec_helper'
describe ContentController, :type => :controller do
describe "root" do
it "should work" do
get :index
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment