Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
5ae3e6e8
Commit
5ae3e6e8
authored
May 08, 2018
by
Tiago Botelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes RemoteMirror related TODO from project_spec
parent
fcea5fc8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
spec/models/project_spec.rb
spec/models/project_spec.rb
+0
-2
No files found.
spec/models/project_spec.rb
View file @
5ae3e6e8
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment