about summary refs log tree commit diff
path: root/spec/fabricators/account_identity_proof_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/account_identity_proof_fabricator.rb')
-rw-r--r--spec/fabricators/account_identity_proof_fabricator.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/fabricators/account_identity_proof_fabricator.rb b/spec/fabricators/account_identity_proof_fabricator.rb
deleted file mode 100644
index 7b932fa96..000000000
--- a/spec/fabricators/account_identity_proof_fabricator.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-Fabricator(:account_identity_proof) do
-  account
-  provider 'keybase'
-  provider_username { sequence(:provider_username) { |i| "#{Faker::Lorem.characters(number: 15)}" } }
-  token { sequence(:token) { |i| "#{i}#{Faker::Crypto.sha1()*2}"[0..65] } }
-  verified false
-  live false
-end