summaryrefslogtreecommitdiff
path: root/spec/graphql/types/ci_configuration/sast/entity_type_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/ci_configuration/sast/entity_type_spec.rb')
-rw-r--r--spec/graphql/types/ci_configuration/sast/entity_type_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/graphql/types/ci_configuration/sast/entity_type_spec.rb b/spec/graphql/types/ci_configuration/sast/entity_type_spec.rb
deleted file mode 100644
index 7c6ad013d4a..00000000000
--- a/spec/graphql/types/ci_configuration/sast/entity_type_spec.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-require 'spec_helper'
-
-RSpec.describe GitlabSchema.types['SastCiConfigurationEntity'] do
- let(:fields) { %i[field label description type options default_value value] }
-
- it { expect(described_class.graphql_name).to eq('SastCiConfigurationEntity') }
-
- it { expect(described_class).to have_graphql_fields(fields) }
-end