From ffce379a67624d832ec6aec238f8f7d23c6aefcd Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 25 Feb 2014 17:49:20 +0200 Subject: [PATCH] Fix email test Signed-off-by: Dmitriy Zaporozhets --- spec/mailers/notify_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb index 26b7ca876fc..6ba4d97ad4a 100644 --- a/spec/mailers/notify_spec.rb +++ b/spec/mailers/notify_spec.rb @@ -115,7 +115,7 @@ describe Notify do end it 'has the correct subject' do - should have_subject /^gitlab \| Email was added to your account$/i + should have_subject /^Email was added to your account$/i end it 'contains the new email address' do