summaryrefslogtreecommitdiff
path: root/spec/features/groups/share_lock_spec.rb
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-09-01 18:22:55 -0700
committerMichael Kozono <mkozono@gmail.com>2017-09-06 12:07:20 -0700
commitc2c6c4c69e40bca205d3c442cd7e2ce00383fb10 (patch)
tree48e9497d43e14d61d8698488e9ffce010e8b8fd2 /spec/features/groups/share_lock_spec.rb
parent6c57734677746aa0e6695aa75990a85a7f95b50d (diff)
downloadgitlab-ce-c2c6c4c69e40bca205d3c442cd7e2ce00383fb10.tar.gz
Specify nested_groups specs
Diffstat (limited to 'spec/features/groups/share_lock_spec.rb')
-rw-r--r--spec/features/groups/share_lock_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/share_lock_spec.rb b/spec/features/groups/share_lock_spec.rb
index 2e2da6b862c..cf1079bb6d6 100644
--- a/spec/features/groups/share_lock_spec.rb
+++ b/spec/features/groups/share_lock_spec.rb
@@ -9,7 +9,7 @@ feature 'Group share lock' do
sign_in(root_owner)
end
- context 'with a subgroup' do
+ context 'with a subgroup', :nested_groups do
given!(:subgroup) { create(:group, parent: root_group) }
context 'when enabling the parent group share lock' do