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

require 'spec_helper'

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