fix build

This commit is contained in:
Juanjo Bazán
2015-09-05 20:19:53 +02:00
parent 5d5de36ad1
commit 0138847798

View File

@@ -64,7 +64,7 @@ describe PagesController do
it 'should include a blog page' do it 'should include a blog page' do
get :blog get :blog
expect(response).to be_ok expect(response).to be_redirect
end end
end end