summaryrefslogtreecommitdiff
path: root/spec/graphql/types/merge_requests/participant_type_spec.rb
blob: 083762c7064761d03a093ccb0ec0f8aade7d3467 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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