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

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) }
end