summaryrefslogtreecommitdiff
path: root/spec/factories
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-06-30 14:40:23 -0700
committerFabio Papa <fabtheman@gmail.com>2019-07-19 12:06:57 -0700
commit4b572f807c0f51ad47ad907d0ac471c7b81ac8be (patch)
tree29c1b2762e2afb1444b4918c15138d9eeeee5628 /spec/factories
parentbcc970f6f5ec3b48db2417c23bc81d4240a0c47d (diff)
downloadgitlab-ce-4b572f807c0f51ad47ad907d0ac471c7b81ac8be.tar.gz
Make subgroup_creation_level default to maintainer at SQL level
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/groups.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories/groups.rb b/spec/factories/groups.rb
index 947392b4fbc..b67ab955ffc 100644
--- a/spec/factories/groups.rb
+++ b/spec/factories/groups.rb
@@ -5,7 +5,6 @@ FactoryBot.define do
type 'Group'
owner nil
project_creation_level ::Gitlab::Access::MAINTAINER_PROJECT_ACCESS
- subgroup_creation_level ::Gitlab::Access::OWNER_SUBGROUP_ACCESS
after(:create) do |group|
if group.owner