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:
authorFabio Papa <fabtheman@gmail.com>2019-07-01 23:41:32 +0300
committerFabio Papa <fabtheman@gmail.com>2019-07-19 22:06:56 +0300
commit832f668f295d20e00db8d7bd71627724da3a45f3 (patch)
tree6ecd5bf301b2213184979de27b2da0f636f9246c /spec/controllers/admin/groups_controller_spec.rb
parent341bead035919132339233ffdef94961c2829571 (diff)
Apply changes recomended by merge request coach
Diffstat (limited to 'spec/controllers/admin/groups_controller_spec.rb')
-rw-r--r--spec/controllers/admin/groups_controller_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/controllers/admin/groups_controller_spec.rb b/spec/controllers/admin/groups_controller_spec.rb
index 34cd0b324b5..1123563c1e3 100644
--- a/spec/controllers/admin/groups_controller_spec.rb
+++ b/spec/controllers/admin/groups_controller_spec.rb
@@ -70,8 +70,6 @@ describe Admin::GroupsController do
end
it 'updates the subgroup_creation_level successfully' do
- OWNER = ::Gitlab::Access::OWNER_SUBGROUP_ACCESS
-
expect do
post :update,
params: { id: group.to_param,