summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-07-24 13:46:30 -0500
committerRobert Speicher <rspeicher@gmail.com>2019-07-24 13:46:30 -0500
commit5bdb9976d79e1a578b92cf3dfce2badac0c63955 (patch)
treed03f5c01a0de184256d1a889584aa0f84731706d
parentae2d851b97f35a4479f62a47b212d52dd5ca0b67 (diff)
downloadgitlab-ce-5bdb9976d79e1a578b92cf3dfce2badac0c63955.tar.gz
Remove invalid Namespace GraphQL type spec
-rw-r--r--spec/graphql/types/namespace_type.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/graphql/types/namespace_type.rb b/spec/graphql/types/namespace_type.rb
index 3aeea6ed6c7..c2b5712db83 100644
--- a/spec/graphql/types/namespace_type.rb
+++ b/spec/graphql/types/namespace_type.rb
@@ -5,7 +5,5 @@ require 'spec_helper'
describe GitlabSchema.types['Namespace'] do
it { expect(described_class.graphql_name).to eq('Namespace') }
- it { expect(described_class).to have_graphql_field(:projects) }
-
it { is_expected.to require_graphql_authorizations(:read_namespace) }
end