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

require 'spec_helper'

describe Types::Tree::TreeType do
  it { expect(described_class.graphql_name).to eq('Tree') }

  it { expect(described_class).to have_graphql_fields(:trees, :submodules, :blobs) }
end