debian-mirror-gitlab/spec/graphql/types/issuable_state_enum_spec.rb

10 lines
211 B
Ruby
Raw Normal View History

2019-07-07 11:18:12 +05:30
# 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