提交 15f62fcc 编写于 作者: D Dmitriy Zaporozhets

Fix profile emails with new key route

上级 afc9d548
......@@ -7,4 +7,4 @@
%code= @key.title
%p
If this key was added in error, you can remove it here:
= link_to "SSH Keys", keys_url
= link_to "SSH Keys", profile_keys_url
......@@ -4,4 +4,4 @@ A new public key was added to your account:
title.................. <%= @key.title %>
If this key was added in error, you can remove it here: <%= keys_url %>
If this key was added in error, you can remove it here: <%= profile_keys_url %>
......@@ -10,8 +10,8 @@ describe "Users Security" do
it { new_user_session_path.should_not be_404_for :visitor }
end
describe "GET /keys" do
subject { keys_path }
describe "GET /profile/keys" do
subject { profile_keys_path }
it { should be_allowed_for @u1 }
it { should be_allowed_for :admin }
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册