summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2018-03-14 14:50:30 -0700
committerMichael Kozono <mkozono@gmail.com>2018-03-14 14:50:30 -0700
commit040e01a58f54097925586bb12c7abe358d13de8d (patch)
treecc326a06f864f20919570f13c6f71065387ab6a0
parent258c51a0f1b5e0ccf5342bdd16792a1d71546bc9 (diff)
downloadgitlab-ce-mk/fix-move-upload-files-on-group-transfer.tar.gz
Tag subgroup tests with :nested_groupsmk/fix-move-upload-files-on-group-transfer
-rw-r--r--spec/models/namespace_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/namespace_spec.rb b/spec/models/namespace_spec.rb
index 87dca323307..ee142718f7e 100644
--- a/spec/models/namespace_spec.rb
+++ b/spec/models/namespace_spec.rb
@@ -204,7 +204,7 @@ describe Namespace do
expect(gitlab_shell.exists?(project.repository_storage_path, "#{namespace.path}/#{project.path}.git")).to be_truthy
end
- context 'with subgroups' do
+ context 'with subgroups', :nested_groups do
let(:parent) { create(:group, name: 'parent', path: 'parent') }
let(:new_parent) { create(:group, name: 'new_parent', path: 'new_parent') }
let(:child) { create(:group, name: 'child', path: 'child', parent: parent) }