debian-mirror-gitlab/spec/graphql/types/namespace_type.rb
2019-07-31 17:26:46 +00:00

10 lines
240 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe GitlabSchema.types['Namespace'] do
it { expect(described_class.graphql_name).to eq('Namespace') }
it { is_expected.to require_graphql_authorizations(:read_namespace) }
end