Skip to content

Instantly share code, notes, and snippets.

@bholzer
Created June 3, 2012 23:28
Show Gist options
  • Save bholzer/2865409 to your computer and use it in GitHub Desktop.
Save bholzer/2865409 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe PagesController do
describe "GET 'home' " do
it "should be successful" do
get 'home'
response.should be_success
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment