From 3ada8f45c7a719a95864b3ee2c1acdfdf4468eaa Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer <contact@jacobvosmaer.nl> Date: Tue, 2 Jul 2013 13:39:13 +0200 Subject: [PATCH] Remove unnecessary user from test --- spec/models/key_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/models/key_spec.rb b/spec/models/key_spec.rb index 6c06f5268b3..fcf2cb9f30d 100644 --- a/spec/models/key_spec.rb +++ b/spec/models/key_spec.rb @@ -49,10 +49,8 @@ describe Key do end context "validate it is a fingerprintable key" do - let(:user) { create(:user) } - it "accepts the fingerprintable key" do - build(:key, user: user).should be_valid + build(:key).should be_valid end it "rejects the unfingerprintable key (contains space in middle)" do -- GitLab