Commit 2eaf9586 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in spec/features/protected_branches_spec.rb

parent 531bad77
......@@ -147,12 +147,9 @@ feature 'Protected Branches', :js do
visit project_protected_branches_path(project)
set_protected_branch_name('*-stable')
<<<<<<< HEAD
set_allowed_to('merge')
set_allowed_to('push')
=======
set_defaults
>>>>>>> upstream/master
click_on "Protect"
visit project_protected_branches_path(project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment