summaryrefslogtreecommitdiff
path: root/spec/mailers
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-06 11:40:16 +0300
committerAlex Denisov <1101.debian@gmail.com>2012-09-06 11:40:16 +0300
commita65ce748430d922ea2967f226eb40039040dc43d (patch)
treebf2d44751df137195f1e2381892b3f4a6a2a3c21 /spec/mailers
parent09a86bd4d6dcf89f5e5393145900593bb22f1080 (diff)
downloadgitlab-ce-a65ce748430d922ea2967f226eb40039040dc43d.tar.gz
Spec fixed
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 cf50b429f23..4a9f142e50d 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -24,7 +24,7 @@ describe Notify do
end
it 'has the correct subject' do
- should have_subject /^gitlab \| Account was created for you$/
+ should have_subject /^gitlab \| Account was created for you$/i
end
it 'contains the new user\'s login name' do