Skip to content
Snippets Groups Projects
Unverified Commit 3fcb70b3 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Backport EE code for OAuth applications spec

This spec used a different title for a spec in EE, while CE duplicated
the same title. This ensures that CE uses the EE version.
parent 71d88154
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ describe Oauth::ApplicationsController do
expect(response).to have_gitlab_http_status(200)
end
 
it 'shows list of applications' do
it 'redirects back to profile page if OAuth applications are disabled' do
disable_user_oauth
 
get :index
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment