Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-08-30 14:27:40 +0300
committerAlexis Reigel <mail@koffeinfrei.org>2017-09-05 13:18:33 +0300
commit978252a3fa99414446ce887cd28bf2db5b223d44 (patch)
treeb7e306e89b04ee3d30e35987fe5ecfcdc6b32902 /spec/factories/gpg_signature.rb
parent31ad752e0688677c0113d4b324c759413858297b (diff)
use new #verification_status
Diffstat (limited to 'spec/factories/gpg_signature.rb')
-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