summaryrefslogtreecommitdiff
path: root/spec/graphql/types/issuable_state_enum_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/issuable_state_enum_spec.rb')
-rw-r--r--spec/graphql/types/issuable_state_enum_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/graphql/types/issuable_state_enum_spec.rb b/spec/graphql/types/issuable_state_enum_spec.rb
index 65a80fa4176..f974ed5f5fb 100644
--- a/spec/graphql/types/issuable_state_enum_spec.rb
+++ b/spec/graphql/types/issuable_state_enum_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
describe GitlabSchema.types['IssuableState'] do
- it { expect(described_class.graphql_name).to eq('IssuableState') }
+ specify { expect(described_class.graphql_name).to eq('IssuableState') }
it_behaves_like 'issuable state'
end