Commit 15f62fcc27235b3c8012c80f0517ecf5c27aa205
1 parent
afc9d548
Exists in
master
and in
4 other branches
Fix profile emails with new key route
Showing
4 changed files
with
5 additions
and
5 deletions
Show diff stats
app/views/notify/new_ssh_key_email.html.haml
app/views/notify/new_ssh_key_email.text.erb
spec/features/security/profile_access_spec.rb
| ... | ... | @@ -10,8 +10,8 @@ describe "Users Security" do |
| 10 | 10 | it { new_user_session_path.should_not be_404_for :visitor } |
| 11 | 11 | end |
| 12 | 12 | |
| 13 | - describe "GET /keys" do | |
| 14 | - subject { keys_path } | |
| 13 | + describe "GET /profile/keys" do | |
| 14 | + subject { profile_keys_path } | |
| 15 | 15 | |
| 16 | 16 | it { should be_allowed_for @u1 } |
| 17 | 17 | it { should be_allowed_for :admin } | ... | ... |