Removes RemoteMirror related TODO from project_spec
This commit is contained in:
parent
fcea5fc8f9
commit
5ae3e6e8db
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue