summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-03-04 22:33:37 -0800
committerStan Hu <stanhu@gmail.com>2019-03-04 22:33:37 -0800
commit997290fcba1058650390645d099a7245510470b6 (patch)
tree82ee35b138ef9e8b7da6a7100ecc82743f8b4743
parent0fc51747b78c7cb3b590f29354fc236bfcb847f4 (diff)
downloadgitlab-ce-997290fcba1058650390645d099a7245510470b6.tar.gz
Resolve conflicts in spec/mailers/notify_spec.rb
-rw-r--r--spec/mailers/notify_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index 67af2c36669..3c8897ed37c 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -208,15 +208,6 @@ describe Notify do
let(:new_issue) { create(:issue) }
subject { described_class.issue_moved_email(recipient, issue, new_issue, current_user) }
-<<<<<<< HEAD
- it_behaves_like 'an answer to an existing thread with reply-by-email enabled' do
- let(:model) { issue }
- end
- it_behaves_like 'it should show Gmail Actions View Issue link'
- it_behaves_like 'an unsubscribeable thread'
- it_behaves_like 'appearance header and footer enabled'
- it_behaves_like 'appearance header and footer not enabled'
-=======
context 'when a user has permissions to access the new issue' do
before do
new_issue.project.add_developer(recipient)
@@ -234,7 +225,6 @@ describe Notify do
it 'has the correct subject and body' do
new_issue_url = project_issue_path(new_issue.project, new_issue)
->>>>>>> dev/master
aggregate_failures do
is_expected.to have_referable_subject(issue, reply: true)