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
56744742
Commit
56744742
authored
Jul 25, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
port ProjectMirrorSerializer
parent
a68f2416
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
app/serializers/project_mirror_serializer.rb
app/serializers/project_mirror_serializer.rb
+3
-0
spec/serializers/project_mirror_serializer_spec.rb
spec/serializers/project_mirror_serializer_spec.rb
+7
-0
No files found.
app/serializers/project_mirror_serializer.rb
0 → 100644
View file @
56744742
class
ProjectMirrorSerializer
<
BaseSerializer
entity
ProjectMirrorEntity
end
spec/serializers/project_mirror_serializer_spec.rb
0 → 100644
View file @
56744742
require
'spec_helper'
describe
ProjectMirrorSerializer
do
it
'represents ProjectMirror entities'
do
expect
(
described_class
.
entity_class
).
to
eq
(
ProjectMirrorEntity
)
end
end
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