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

create_access_level_spec.rb « protected_tag « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d795399060e3da2fbceebb9dd69cc134448db58f (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe ProtectedTag::CreateAccessLevel, feature_category: :source_code_management do
  include_examples 'protected tag access'
  include_examples 'protected ref deploy_key access'
  include_examples 'protected ref access allowed_access_levels'
end