summaryrefslogtreecommitdiff
path: root/spec/graphql/types/namespace_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/namespace_type.rb')
-rw-r--r--spec/graphql/types/namespace_type.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/graphql/types/namespace_type.rb b/spec/graphql/types/namespace_type.rb
deleted file mode 100644
index 7cd6a79ae5d..00000000000
--- a/spec/graphql/types/namespace_type.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-require 'spec_helper'
-
-describe GitlabSchema.types['Namespace'] do
- it { expect(described_class.graphql_name).to eq('Namespace') }
-end