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