debian-mirror-gitlab/spec/graphql/types/issuable_state_enum_spec.rb
2020-05-24 23:13:21 +05:30

10 lines
216 B
Ruby

# 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