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>2018-03-14 02:19:11 +0300
committerMichael Kozono <mkozono@gmail.com>2018-03-14 02:19:11 +0300
commit258c51a0f1b5e0ccf5342bdd16792a1d71546bc9 (patch)
tree9f1a3eb3f64a9f1c21e30d00a33c7994c32853a9 /spec/models/namespace_spec.rb
parent3b91e56331f9070ee3edac140e642cddf4f0f15c (diff)
Remove obsolete comment
Diffstat (limited to 'spec/models/namespace_spec.rb')
-rw-r--r--spec/models/namespace_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/namespace_spec.rb b/spec/models/namespace_spec.rb
index b3bbd8a59aa..87dca323307 100644
--- a/spec/models/namespace_spec.rb
+++ b/spec/models/namespace_spec.rb
@@ -549,7 +549,6 @@ describe Namespace do
end
end
- # Note: Group transfers are not yet implemented
context 'when a group is transferred into a root group' do
context 'when the root group "Share with group lock" is enabled' do
let(:root_group) { create(:group, share_with_group_lock: true) }