gitlab-org--gitlab-foss/spec/graphql/types/namespace_type.rb

8 lines
167 B
Ruby
Raw Normal View History

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