removes specs of deleted info pages
This commit is contained in:
@@ -45,16 +45,6 @@ describe PagesController do
|
|||||||
get :show, id: 'more_info/faq/index'
|
get :show, id: 'more_info/faq/index'
|
||||||
expect(response).to be_ok
|
expect(response).to be_ok
|
||||||
end
|
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
|
end
|
||||||
|
|
||||||
describe 'Not found pages' do
|
describe 'Not found pages' do
|
||||||
|
|||||||
Reference in New Issue
Block a user