Commit aa583731 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Resolve conflicts in merge_requests/show.html.haml_spec.rb

parent 4a5df964
......@@ -54,11 +54,8 @@ describe 'projects/merge_requests/show.html.haml' do
it 'closes the merge request if the source project does not exist' do
closed_merge_request.update_attributes(state: 'open')
forked_project.destroy
<<<<<<< HEAD
# Reload merge request so MergeRequest#source_project turns to `nil`
closed_merge_request.reload
=======
>>>>>>> ce-com/master
render
......
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