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: 65b9bc93a6ba183e6d138be44e59a4b6dcf9dc57 (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', feature_category: :source_code_management do
  it_behaves_like 'a GraphQL query for access levels', :push
end