diff options
author | Michael Kozono <mkozono@gmail.com> | 2018-03-13 16:19:11 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2018-03-13 16:19:11 -0700 |
commit | 258c51a0f1b5e0ccf5342bdd16792a1d71546bc9 (patch) | |
tree | 9f1a3eb3f64a9f1c21e30d00a33c7994c32853a9 /spec/models/namespace_spec.rb | |
parent | 3b91e56331f9070ee3edac140e642cddf4f0f15c (diff) | |
download | gitlab-ce-258c51a0f1b5e0ccf5342bdd16792a1d71546bc9.tar.gz |
Remove obsolete comment
Diffstat (limited to 'spec/models/namespace_spec.rb')
-rw-r--r-- | spec/models/namespace_spec.rb | 1 |
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) } |