diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2012-09-25 14:07:13 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2012-09-25 14:11:31 +0200 |
commit | 81ffb0afddfe101910cff3dd51fe27dd85e11f28 (patch) | |
tree | f0350dbc742eccdefa50ee1d6fa687f005624af9 /features | |
parent | f3ce02b5c944e5956eb7208506ec513623d092d8 (diff) | |
download | gitlab-ce-81ffb0afddfe101910cff3dd51fe27dd85e11f28.tar.gz |
Add valid looking key to test.
Conflicts:
features/steps/profile/profile_ssh_keys.rb
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/profile/profile_ssh_keys.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile_ssh_keys.rb b/features/steps/profile/profile_ssh_keys.rb index 96df2d7342f..535c3862860 100644 --- a/features/steps/profile/profile_ssh_keys.rb +++ b/features/steps/profile/profile_ssh_keys.rb @@ -13,7 +13,7 @@ class ProfileSshKeys < Spinach::FeatureSteps And 'I submit new ssh key "Laptop"' do fill_in "key_title", :with => "Laptop" - fill_in "key_key", :with => "ssh-rsa publickey234=" + fill_in "key_key", :with => "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzrEJUIR6Y03TCE9rIJ+GqTBvgb8t1jI9h5UBzCLuK4VawOmkLornPqLDrGbm6tcwM/wBrrLvVOqi2HwmkKEIecVO0a64A4rIYScVsXIniHRS6w5twyn1MD3sIbN+socBDcaldECQa2u1dI3tnNVcs8wi77fiRe7RSxePsJceGoheRQgC8AZ510UdIlO+9rjIHUdVN7LLyz512auAfYsgx1OfablkQ/XJcdEwDNgi9imI6nAXhmoKUm1IPLT2yKajTIC64AjLOnE0YyCh6+7RFMpiMyu1qiOCpdjYwTgBRiciNRZCH8xIedyCoAmiUgkUT40XYHwLuwiPJICpkAzp7Q== user@laptop" click_button "Save" end |