gitlab-org--gitlab-foss/spec/graphql/types/issue_state_enum_spec.rb

10 lines
216 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe GitlabSchema.types['IssueState'] do
specify { expect(described_class.graphql_name).to eq('IssueState') }
it_behaves_like 'issuable state'
end