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

author_type_spec.rb « merge_requests « types « graphql « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a5a31f210cd6e7c7abf8bc07a740cc47248b777 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe GitlabSchema.types['MergeRequestAuthor'] do
  it_behaves_like "a user type with merge request interaction type"
end