summaryrefslogtreecommitdiff
path: root/spec/serializers/project_mirror_serializer_spec.rb
blob: b50c2267ced38a715b8ae3b798a1c13fae136cad (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

describe ProjectMirrorSerializer do
  it 'represents ProjectMirror entities' do
    expect(described_class.entity_class).to eq(ProjectMirrorEntity)
  end
end