summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-05-08 13:01:23 +0100
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-05-08 13:01:23 +0100
commit5ae3e6e8db8e345aa6221877ccdb766bfe75d1a3 (patch)
tree9936e92cca24082891e1e265db0f1d08ff3c3252
parentfcea5fc8f902c6e8c8f4643abd9ed91c67e22228 (diff)
downloadgitlab-ce-5ae3e6e8db8e345aa6221877ccdb766bfe75d1a3.tar.gz
Removes RemoteMirror related TODO from project_spec
-rw-r--r--spec/models/project_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 41622fbbb6f..a6e835e563d 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -1885,8 +1885,6 @@ describe Project do
update_remote_mirrors
end
- # TODO: study if remote_mirror_available_overridden is still a necessary attribute considering that
- # it is no longer under any license
it 'does nothing when remote mirror is disabled globally and not overridden' do
stub_application_setting(mirror_available: false)
project.remote_mirror_available_overridden = false