Removes RemoteMirror related TODO from project_spec

This commit is contained in:
Tiago Botelho 2018-05-08 13:01:23 +01:00
parent fcea5fc8f9
commit 5ae3e6e8db

View file

@ -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