summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-05-08 14:23:03 +0000
committerDouwe Maan <douwe@gitlab.com>2018-05-08 14:23:03 +0000
commitc39208e011ed9f29406dcfda398f84d84bdc8459 (patch)
tree79049bba4f76f511357bf7c2906c1ba52dcd99be
parent084ebc4abab36958a958a1d7b5bde9fcc02efdab (diff)
parent5ae3e6e8db8e345aa6221877ccdb766bfe75d1a3 (diff)
downloadgitlab-ce-c39208e011ed9f29406dcfda398f84d84bdc8459.tar.gz
Merge branch 'remove-trailing-remote-mirror-todo' into 'master'
Removes RemoteMirror related TODO from project_spec See merge request gitlab-org/gitlab-ce!18814
-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