debian-mirror-gitlab/spec/graphql/types/issue_state_enum_spec.rb
2019-07-07 11:18:12 +05:30

10 lines
205 B
Ruby

# 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