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:
Diffstat (limited to 'spec/factories/u2f_registrations.rb')
-rw-r--r--spec/factories/u2f_registrations.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/factories/u2f_registrations.rb b/spec/factories/u2f_registrations.rb
deleted file mode 100644
index 40ad221415c..00000000000
--- a/spec/factories/u2f_registrations.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# frozen_string_literal: true
-
-FactoryBot.define do
- factory :u2f_registration do
- user
-
- certificate { FFaker::BaconIpsum.characters(728) }
- key_handle { FFaker::BaconIpsum.characters(86) }
- public_key { FFaker::BaconIpsum.characters(88) }
- counter { 0 }
- end
-end