gitlab-org--gitlab-foss/spec/serializers/project_mirror_serializer_s...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
218 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-07-25 11:29:50 +00:00
require 'spec_helper'
RSpec.describe ProjectMirrorSerializer do
2018-07-25 11:29:50 +00:00
it 'represents ProjectMirror entities' do
expect(described_class.entity_class).to eq(ProjectMirrorEntity)
end
end