summaryrefslogtreecommitdiff
path: root/features/steps/profile/profile_ssh_keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/profile/profile_ssh_keys.rb')
-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 535c3862860..8ae1fa91025 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
- Factory :key, :user => @user, :title => "ssh-rsa Work", :key => "jfKLJDFKSFJSHFJssh-rsa Work"
+ create(:key, :user => @user, :title => "ssh-rsa Work", :key => "jfKLJDFKSFJSHFJssh-rsa Work")
end
end