From adc71b6a6ae06a96aa82052012ae6e61bd3a9cb1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 29 Aug 2012 07:58:22 +0300 Subject: Fix test i broke with ssk key validation. Added Key.user_id as attr_protected --- features/profile/ssh_keys.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/profile') 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 -- cgit v1.2.3