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, 7 insertions, 0 deletions
diff --git a/spec/graphql/types/namespace_type.rb b/spec/graphql/types/namespace_type.rb
new file mode 100644
index 00000000000..7cd6a79ae5d
--- /dev/null
+++ b/spec/graphql/types/namespace_type.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe GitlabSchema.types['Namespace'] do
+ it { expect(described_class.graphql_name).to eq('Namespace') }
+end