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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
222 B
Ruby
Raw Normal View History

2019-07-07 11:18:12 +05:30
# frozen_string_literal: true
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe GitlabSchema.types['IssuableState'] do
2020-05-24 23:13:21 +05:30
specify { expect(described_class.graphql_name).to eq('IssuableState') }
2019-07-07 11:18:12 +05:30
it_behaves_like 'issuable state'
end