logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

user_fabricator.rb (165B)


  1. Fabricator(:user) do
  2. account
  3. email { sequence(:email) { |i| "#{i}#{Faker::Internet.email}" } }
  4. password "123456789"
  5. confirmed_at { Time.now }
  6. end