summaryrefslogtreecommitdiff
path: root/features/step_definitions
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/step_definitions
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/step_definitions')
-rw-r--r--features/step_definitions/profile/profile_keys_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/profile/profile_keys_steps.rb b/features/step_definitions/profile/profile_keys_steps.rb
index 5ab7e0480ad..25926c53f97 100644
--- a/features/step_definitions/profile/profile_keys_steps.rb
+++ b/features/step_definitions/profile/profile_keys_steps.rb
@@ -16,7 +16,7 @@ end
Given /^I submit new ssh key "(.*?)"$/ do |arg1|
fill_in "key_title", :with => arg1
- fill_in "key_key", :with => "publickey234="
+ fill_in "key_key", :with => "ssh-rsa publickey234="
click_button "Save"
end