Commit a42bb293 authored by Luke Bennett's avatar Luke Bennett

Resolve notify_spec.rb

parent 21f53782
...@@ -312,7 +312,6 @@ describe Notify do ...@@ -312,7 +312,6 @@ describe Notify do
expect(new_subject).to have_body_text(text) expect(new_subject).to have_body_text(text)
end end
end end
<<<<<<< HEAD
end end
describe "that are new with approver" do describe "that are new with approver" do
...@@ -340,8 +339,6 @@ describe Notify do ...@@ -340,8 +339,6 @@ describe Notify do
it 'contains the description' do it 'contains the description' do
is_expected.to have_html_escaped_body_text merge_request.description is_expected.to have_html_escaped_body_text merge_request.description
end end
=======
>>>>>>> upstream/master
end end
describe 'that have been relabeled' do describe 'that have been relabeled' do
......
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