Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2019-08-09 16:31:03 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2019-08-09 16:31:03 +0300
commit3fcb70b3cd90047cdbf6598cdadd2929561c506c (patch)
treeac7e70bce98d3be31e69f3f2dde21ff5b2b3bfcb
parent71d8815405b09046b2e4bcf0ea0a732d21c87e2a (diff)
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.
-rw-r--r--spec/controllers/oauth/applications_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
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