summaryrefslogtreecommitdiff
path: root/spec/controllers/groups_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-04 03:08:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-04 03:08:05 +0000
commit640e72ca920642c86eeef05e6b4e6ebeb66e6ddf (patch)
treee252371209c01cf88560e0fa19e4e288e9b13361 /spec/controllers/groups_controller_spec.rb
parent340fd2966e6565a549f8e611b25d2525fc6929d1 (diff)
downloadgitlab-ce-640e72ca920642c86eeef05e6b4e6ebeb66e6ddf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/groups_controller_spec.rb')
-rw-r--r--spec/controllers/groups_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/groups_controller_spec.rb b/spec/controllers/groups_controller_spec.rb
index 82998f84802..6b84f3b7460 100644
--- a/spec/controllers/groups_controller_spec.rb
+++ b/spec/controllers/groups_controller_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe GroupsController do
+RSpec.describe GroupsController do
include ExternalAuthorizationServiceHelpers
let(:user) { create(:user) }