Commit a65ce748430d922ea2967f226eb40039040dc43d
1 parent
09a86bd4
Exists in
master
and in
4 other branches
Spec fixed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/mailers/notify_spec.rb
@@ -24,7 +24,7 @@ describe Notify do | @@ -24,7 +24,7 @@ describe Notify do | ||
24 | end | 24 | end |
25 | 25 | ||
26 | it 'has the correct subject' do | 26 | it 'has the correct subject' do |
27 | - should have_subject /^gitlab \| Account was created for you$/ | 27 | + should have_subject /^gitlab \| Account was created for you$/i |
28 | end | 28 | end |
29 | 29 | ||
30 | it 'contains the new user\'s login name' do | 30 | it 'contains the new user\'s login name' do |