summaryrefslogtreecommitdiff
path: root/spec/models/key_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/key_spec.rb')
-rw-r--r--spec/models/key_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/key_spec.rb b/spec/models/key_spec.rb
index d3231af88bc..80dfff08397 100644
--- a/spec/models/key_spec.rb
+++ b/spec/models/key_spec.rb
@@ -53,7 +53,7 @@ describe Key do
end
context "as a personal key" do
- let(:user) { Factory.create(:user) }
+ let(:user) { create(:user) }
it "accepts the key once" do
build(:key, user: user).should be_valid
@@ -67,7 +67,7 @@ describe Key do
end
context "validate it is a fingerprintable key" do
- let(:user) { Factory.create(:user) }
+ let(:user) { create(:user) }
it "accepts the fingerprintable key" do
build(:key, user: user).should be_valid