Commit ffce379a67624d832ec6aec238f8f7d23c6aefcd
1 parent
8eeebf0d
Exists in
spb-stable
and in
3 other branches
Fix email test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/mailers/notify_spec.rb
... | ... | @@ -115,7 +115,7 @@ describe Notify do |
115 | 115 | end |
116 | 116 | |
117 | 117 | it 'has the correct subject' do |
118 | - should have_subject /^gitlab \| Email was added to your account$/i | |
118 | + should have_subject /^Email was added to your account$/i | |
119 | 119 | end |
120 | 120 | |
121 | 121 | it 'contains the new email address' do | ... | ... |