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

require 'spec_helper'

describe GitlabSchema.types['IssueState'] do
  it { expect(described_class.graphql_name).to eq('IssueState') }

  it_behaves_like 'issuable state'
end