Skip to content

Commit

Permalink
missing a simple get/success on home#index
Browse files Browse the repository at this point in the history
  • Loading branch information
perryqh committed Apr 1, 2011
1 parent 926b826 commit 52d41f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/controllers/home_controller_spec.rb
@@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../spec_helper'

describe HomeController do
describe "GET index" do
it "should render index page" do
get :index
response.should be_success
end
end
end

0 comments on commit 52d41f8

Please sign in to comment.