Bit of cleanup and improving mailer

This commit is contained in:
Dmitriy Zaporozhets 2012-12-31 19:46:40 +02:00
parent cf3f22cc99
commit ffe064a2c1
7 changed files with 16 additions and 13 deletions

View file

@ -60,7 +60,7 @@ describe Notify do
it_behaves_like 'an assignee email'
it 'has the correct subject' do
should have_subject /new issue ##{issue.id} \| #{issue.title} \| #{project.name}/
should have_subject /#{project.name} \| new issue ##{issue.id} \| #{issue.title}/
end
it 'contains a link to the new issue' do