Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project_type_spec.rb « types « graphql « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0f89105b86e465d1d48b8812dd08279a2d7d16d (plain)
1
2
3
4
5
require 'spec_helper'

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