summaryrefslogtreecommitdiff
path: root/spec/mailers
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-31 19:46:40 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-31 19:46:40 +0200
commitffe064a2c1cb831258bc1019215f2defe23e7f99 (patch)
treebb60a7c9c6ab2ba2999e1a49ec21c90b75736bb4 /spec/mailers
parentcf3f22cc9961b83dc56fdb49bb6a4a8b8bb732b1 (diff)
downloadgitlab-ce-ffe064a2c1cb831258bc1019215f2defe23e7f99.tar.gz
Bit of cleanup and improving mailer
Diffstat (limited to 'spec/mailers')
-rw-r--r--spec/mailers/notify_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index 58698eec9f4..e5b4cdaf330 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -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