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

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

require 'spec_helper'

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