summaryrefslogtreecommitdiff
path: root/features/profile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-08-29 07:58:22 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-08-29 07:58:22 +0300
commitadc71b6a6ae06a96aa82052012ae6e61bd3a9cb1 (patch)
tree8b57aeae758a326a1fab79c1d275dd78ba94b276 /features/profile
parent5afb16e4965e41af420211fa35bff0d2d0a07de7 (diff)
downloadgitlab-ce-adc71b6a6ae06a96aa82052012ae6e61bd3a9cb1.tar.gz
Fix test i broke with ssk key validation. Added Key.user_id as attr_protected
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/ssh_keys.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/profile/ssh_keys.feature b/features/profile/ssh_keys.feature
index c3a92f30ee0..c81503ed2ba 100644
--- a/features/profile/ssh_keys.feature
+++ b/features/profile/ssh_keys.feature
@@ -3,8 +3,8 @@ Feature: SSH Keys
Given I signin as a user
And I have ssh keys:
| title |
- | Work |
- | Home |
+ | ssh-rsa Work |
+ | ssh-rsa Home |
And I visit profile keys page
Scenario: I should see SSH keys