From 3fcb70b3cd90047cdbf6598cdadd2929561c506c Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 9 Aug 2019 15:31:03 +0200 Subject: 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. --- spec/controllers/oauth/applications_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/oauth/applications_controller_spec.rb b/spec/controllers/oauth/applications_controller_spec.rb index 228c97d591d..df836c2c3e3 100644 --- a/spec/controllers/oauth/applications_controller_spec.rb +++ b/spec/controllers/oauth/applications_controller_spec.rb @@ -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 -- cgit v1.2.1