summaryrefslogtreecommitdiff
path: root/features/steps/profile
diff options
context:
space:
mode:
authorJaakko Kantojärvi <jaakko@n-1.fi>2013-02-17 19:38:45 +0200
committerJaakko Kantojärvi <jaakko@n-1.fi>2013-02-17 21:31:48 +0200
commitc20be05a8075217db5ec2c0f6b6a6072b422268f (patch)
tree3cd2d6ac8ff2d0bd79caa2f8da33564328a94d4b /features/steps/profile
parent27f4cf75422d2995fdd403ee9562ab30afe85536 (diff)
downloadgitlab-ce-c20be05a8075217db5ec2c0f6b6a6072b422268f.tar.gz
Fix ssh key test by adding valid ssh key
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/profile_ssh_keys.rb2
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 8ae1fa91025..fbb92077f0a 100644
--- a/features/steps/profile/profile_ssh_keys.rb
+++ b/features/steps/profile/profile_ssh_keys.rb
@@ -43,6 +43,6 @@ class ProfileSshKeys < Spinach::FeatureSteps
end
And 'I have ssh key "ssh-rsa Work"' do
- create(:key, :user => @user, :title => "ssh-rsa Work", :key => "jfKLJDFKSFJSHFJssh-rsa Work")
+ create(:key, :user => @user, :title => "ssh-rsa Work", :key => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+L3TbFegm3k8QjejSwemk4HhlRh+DuN679Pc5ckqE/MPhVtE/+kZQDYCTB284GiT2aIoGzmZ8ee9TkaoejAsBwlA+Wz2Q3vhz65X6sMgalRwpdJx8kSEUYV8ZPV3MZvPo8KdNg993o4jL6G36GDW4BPIyO6FPZhfsawdf6liVD0Xo5kibIK7B9VoE178cdLQtLpS2YolRwf5yy6XR6hbbBGQR+6xrGOdP16eGZDb1CE2bMvvJijjloFqPscGktWOqW+nfh5txwFfBzlfARDTBsS8WZtg3Yoj1kn33kPsWRlgHfNutFRAIynDuDdQzQq8tTtVwm+Yi75RfcPHW8y3P Work")
end
end