The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
282 B

  1. Fabricator(:account_identity_proof) do
  2. account
  3. provider 'keybase'
  4. provider_username { sequence(:provider_username) { |i| "#{Faker::Lorem.characters(number: 15)}" } }
  5. token { sequence(:token) { |i| "#{i}#{Faker::Crypto.sha1()*2}"[0..65] } }
  6. verified false
  7. live false
  8. end