mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Correct home controller spec.
This commit is contained in:
parent
3518529781
commit
a54511f153
@ -2,7 +2,7 @@ require 'spec_helper'
|
|||||||
|
|
||||||
describe HomeController do
|
describe HomeController do
|
||||||
describe "GET index" do
|
describe "GET index" do
|
||||||
it "responds with success" do
|
it "renders the index template" do
|
||||||
get :index
|
get :index
|
||||||
expect(response).to render_template(:index)
|
expect(response).to render_template(:index)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user