summaryrefslogtreecommitdiff
path: root/spec/graphql/types/issue_type_spec.rb
blob: 63a07647a6099fdc2030afa46dbf11182820416b (plain)
1
2
3
4
5
6
7
require 'spec_helper'

describe GitlabSchema.types['Issue'] do
  it { expect(described_class).to expose_permissions_using(Types::PermissionTypes::Issue) }

  it { expect(described_class.graphql_name).to eq('Issue') }
end