summaryrefslogtreecommitdiff
path: root/spec/models/protected_branch/merge_access_level_spec.rb
blob: 92aa5fa3eee3b9db559e77faa011131bd2032dae (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe ProtectedBranch::MergeAccessLevel, feature_category: :source_code_management do
  include_examples 'protected branch access'
  include_examples 'protected ref access allowed_access_levels'
end