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

require 'spec_helper'

RSpec.describe Integrations::ProjectSerializer do
  it 'represents Integrations::ProjectEntity entities' do
    expect(described_class.entity_class).to eq(Integrations::ProjectEntity)
  end
end