The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

9 satır
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