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

design_management_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: e9162feec74449d53ddfe5708927e56af9125a5b (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe GitlabSchema.types['DesignManagement'] do
  it { expect(described_class).to have_graphql_fields(:version, :design_at_version) }
end