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:
authorMichael Kozono <mkozono@gmail.com>2017-09-02 04:22:55 +0300
committerMichael Kozono <mkozono@gmail.com>2017-09-06 22:07:20 +0300
commitc2c6c4c69e40bca205d3c442cd7e2ce00383fb10 (patch)
tree48e9497d43e14d61d8698488e9ffce010e8b8fd2 /spec/models/namespace_spec.rb
parent6c57734677746aa0e6695aa75990a85a7f95b50d (diff)
Specify nested_groups specs
Diffstat (limited to 'spec/models/namespace_spec.rb')
-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 2bfe04fecc7..3f38316ceae 100644
--- a/spec/models/namespace_spec.rb
+++ b/spec/models/namespace_spec.rb
@@ -407,7 +407,7 @@ describe Namespace do
it { expect(group.all_projects.to_a).to eq([project2, project1]) }
end
- describe '#share_with_group_lock with subgroups' do
+ describe '#share_with_group_lock with subgroups', :nested_groups do
context 'when creating a subgroup' do
let(:subgroup) { create(:group, parent: root_group )}