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

merge_access_levels_spec.rb « branch_protections « project « graphql « api « requests « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a80f683ea939c0fd070087ae5259c73901be0511 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe 'getting merge access levels for a branch protection' do
  include_examples 'perform graphql requests for AccessLevel type objects', :merge
end