summaryrefslogtreecommitdiff
path: root/spec/graphql/types/namespace_type.rb
blob: 7cd6a79ae5d9b7d63aaf18de132c57949715fa0d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe GitlabSchema.types['Namespace'] do
  it { expect(described_class.graphql_name).to eq('Namespace') }
end