Commit 63b345a9 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/lib/gitlab/incoming_email_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent f0b38d0e
......@@ -87,7 +87,6 @@ describe Gitlab::IncomingEmail do
it 'does not match emails with extra bits' do
expect(described_class.key_from_address('somereplies+somekey@example.com.someotherdomain.com')).to be nil
end
<<<<<<< HEAD
context "on GitLab.com" do
before do
......@@ -107,8 +106,6 @@ describe Gitlab::IncomingEmail do
expect(described_class.key_from_address("incoming+key@incoming.gitlab.com.someotherdomain.com")).to be_nil
end
end
=======
>>>>>>> upstream/master
end
context 'self.key_from_fallback_message_id' 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