Skip to content
Snippets Groups Projects
Commit a7bd18f9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix mailer tests

parent e8975207
No related branches found
No related tags found
1 merge request!5081fixed command to update init script
Loading
Loading
@@ -320,7 +320,7 @@ describe Notify do
it_behaves_like 'a note email'
 
it 'has the correct subject' do
should have_subject /note for merge request !#{merge_request.id}/
should have_subject /note for merge request !#{merge_request.iid}/
end
 
it 'contains a link to the merge request note' do
Loading
Loading
@@ -338,7 +338,7 @@ describe Notify do
it_behaves_like 'a note email'
 
it 'has the correct subject' do
should have_subject /note for issue ##{issue.id}/
should have_subject /note for issue ##{issue.iid}/
end
 
it 'contains a link to the issue note' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment