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

require 'spec_helper'

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

  it_behaves_like 'issuable state'
end