summaryrefslogtreecommitdiff
path: root/spec/graphql/types/ci/variable_type_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/ci/variable_type_spec.rb')
-rw-r--r--spec/graphql/types/ci/variable_type_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/graphql/types/ci/variable_type_spec.rb b/spec/graphql/types/ci/variable_type_spec.rb
deleted file mode 100644
index a81e6adbab6..00000000000
--- a/spec/graphql/types/ci/variable_type_spec.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-require 'spec_helper'
-
-RSpec.describe GitlabSchema.types['CiVariable'] do
- it 'contains attributes related to CI variables' do
- expect(described_class).to have_graphql_fields(
- :id, :key, :value, :variable_type, :protected, :masked, :raw, :environment_scope
- )
- end
-end