Access denied forbidden status brakes IE and pingdom monitoring (#617)

*Access denied page  forbidden status brakes IE and pingdom monitoring, removing it.
This commit is contained in:
Georg 2017-10-17 13:24:27 +03:00 committed by GitHub
parent be4c60a760
commit 0f352cab24
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ RSpec.describe 'Registrar area IP restriction', settings: false do
context 'when ip is not allowed' do
specify do
get registrar_login_path
expect(response).to be_forbidden
expect(response.body).to match "Access denied"
end
end
end