summaryrefslogtreecommitdiff
path: root/spec/graphql/types/permission_types/license_spec.rb
blob: 9e0ee9e410ed2774dc9c14ad54d8fb4b06726a13 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

describe Types::PermissionTypes::License do
  it 'has required fields' do
    expect(described_class).to have_graphql_fields([:read_license, :update_license])
  end
end