summaryrefslogtreecommitdiff
path: root/spec/features/security
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 19:24:27 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 19:24:27 +0300
commit15f62fcc27235b3c8012c80f0517ecf5c27aa205 (patch)
tree5028208fe942960fbe02e3f87d14a9cae3b7e0c2 /spec/features/security
parentafc9d548198ac2b405fbf3a268cdc0c2ffd35995 (diff)
downloadgitlab-ce-15f62fcc27235b3c8012c80f0517ecf5c27aa205.tar.gz
Fix profile emails with new key route
Diffstat (limited to 'spec/features/security')
-rw-r--r--spec/features/security/profile_access_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/security/profile_access_spec.rb b/spec/features/security/profile_access_spec.rb
index f854f3fb066..52130b3f8c6 100644
--- a/spec/features/security/profile_access_spec.rb
+++ b/spec/features/security/profile_access_spec.rb
@@ -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 }