Files
gitlabhq/spec/models/protected_branch/push_access_level_spec.rb
2024-10-16 06:10:58 +00:00

10 lines
311 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe ProtectedBranch::PushAccessLevel, feature_category: :source_code_management do
it_behaves_like 'protected branch access'
it_behaves_like 'protected ref deploy_key access'
it_behaves_like 'protected ref access allowed_access_levels'
end