removes specs of deleted info pages

This commit is contained in:
decabeza
2017-06-07 18:53:23 +02:00
parent 3f7bfaeb26
commit dcffa96d11

View File

@@ -45,16 +45,6 @@ describe PagesController do
get :show, id: 'more_info/faq/index'
expect(response).to be_ok
end
it 'should include a participation facts page' do
get :show, id: 'more_info/participation/facts'
expect(response).to be_ok
end
it 'should include a participation world page' do
get :show, id: 'more_info/participation/world'
expect(response).to be_ok
end
end
describe 'Not found pages' do