spec error fixed
This commit is contained in:
parent
5b4fd113e7
commit
a4ced042df
|
@ -5,7 +5,7 @@ describe HomeController do
|
||||||
describe "GET 'index'" do
|
describe "GET 'index'" do
|
||||||
it "returns http success" do
|
it "returns http success" do
|
||||||
get 'index'
|
get 'index'
|
||||||
expect(response).to redirect_to("http://who.yafeilee.me")
|
expect(response).to be_success
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue