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

require 'spec_helper'

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

  it_behaves_like 'issuable state'
end