remove silly test

This commit is contained in:
Miha Mencin 2020-01-27 15:04:53 +01:00
parent 81023f8c69
commit 0d3e8ac3e1

View file

@ -262,18 +262,5 @@ RSpec.describe RepositoryColumns::StatusColumnsController, type: :controller do
expect(response).to(have_http_status(404))
end
end
context 'when user does not have permissions' do
before do
user_team.role = :guest
user_team.save
end
it 'respons with status 403' do
action
expect(response).to(have_http_status(403))
end
end
end
end