it 'returns not found page' do
    allow(ContentPage).to receive(:find).with(2).and_return(@not_found_page)
    allow(@system_settings).to receive(:not_found_page_id).and_return(2)
    expect(@system_settings.not_found_page).to eq(@not_found_page)