diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-25 17:49:20 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-25 17:49:20 +0200 |
commit | ffce379a67624d832ec6aec238f8f7d23c6aefcd (patch) | |
tree | 07e117207ad4f103fa5e68bfdb6f6b4084b94b1a /spec/mailers | |
parent | 8eeebf0de601f3a05e3fe4d273ead7aaf3257a2c (diff) | |
download | gitlab-ce-ffce379a67624d832ec6aec238f8f7d23c6aefcd.tar.gz |
Fix email test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/mailers')
-rw-r--r-- | spec/mailers/notify_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |