Commit a4e863e8 authored by Robert Speicher's avatar Robert Speicher

Resolve spec/controllers/oauth/applications_controller_spec.rb

parent ec2981f2
......@@ -15,11 +15,7 @@ describe Oauth::ApplicationsController do
expect(response).to have_gitlab_http_status(200)
end
<<<<<<< HEAD
it 'redirects back to profile page if OAuth applications are disabled' do
=======
it 'shows list of applications' do
>>>>>>> upstream/master
disable_user_oauth
get :index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment