Commit 5ae3e6e8 authored by Tiago Botelho's avatar Tiago Botelho

Removes RemoteMirror related TODO from project_spec

parent fcea5fc8
...@@ -1885,8 +1885,6 @@ describe Project do ...@@ -1885,8 +1885,6 @@ describe Project do
update_remote_mirrors update_remote_mirrors
end 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 it 'does nothing when remote mirror is disabled globally and not overridden' do
stub_application_setting(mirror_available: false) stub_application_setting(mirror_available: false)
project.remote_mirror_available_overridden = false project.remote_mirror_available_overridden = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment