diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-24 19:24:27 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-24 19:24:27 +0300 |
commit | 15f62fcc27235b3c8012c80f0517ecf5c27aa205 (patch) | |
tree | 5028208fe942960fbe02e3f87d14a9cae3b7e0c2 /spec/mailers | |
parent | afc9d548198ac2b405fbf3a268cdc0c2ffd35995 (diff) | |
download | gitlab-ce-15f62fcc27235b3c8012c80f0517ecf5c27aa205.tar.gz |
Fix profile emails with new key route
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 7290e2b739d..e7e8bc5b028 100644 --- a/spec/mailers/notify_spec.rb +++ b/spec/mailers/notify_spec.rb @@ -86,7 +86,7 @@ describe Notify do end it 'includes a link to ssh keys page' do - should have_body_text /#{keys_path}/ + should have_body_text /#{profile_keys_path}/ end end |