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

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

require 'spec_helper'

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