summaryrefslogtreecommitdiff
path: root/spec/factories
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-08-30 13:27:40 +0200
committerAlexis Reigel <mail@koffeinfrei.org>2017-09-05 12:18:33 +0200
commit978252a3fa99414446ce887cd28bf2db5b223d44 (patch)
treeb7e306e89b04ee3d30e35987fe5ecfcdc6b32902 /spec/factories
parent31ad752e0688677c0113d4b324c759413858297b (diff)
downloadgitlab-ce-978252a3fa99414446ce887cd28bf2db5b223d44.tar.gz
use new #verification_status
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/gpg_signature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/gpg_signature.rb b/spec/factories/gpg_signature.rb
index a5aeffbe12d..c0beecf0bea 100644
--- a/spec/factories/gpg_signature.rb
+++ b/spec/factories/gpg_signature.rb
@@ -6,6 +6,6 @@ FactoryGirl.define do
project
gpg_key
gpg_key_primary_keyid { gpg_key.primary_keyid }
- valid_signature true
+ verification_status :verified
end
end