port ProjectMirrorSerializer

上级 a68f2416
class ProjectMirrorSerializer < BaseSerializer
entity ProjectMirrorEntity
end
require 'spec_helper'
describe ProjectMirrorSerializer do
it 'represents ProjectMirror entities' do
expect(described_class.entity_class).to eq(ProjectMirrorEntity)
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册