debian-mirror-gitlab/spec/graphql/types/issuable_state_enum_spec.rb
2020-08-09 17:44:08 +05:30

10 lines
222 B
Ruby

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