logo

mastofe

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

account_fabricator.rb (157B)


  1. Fabricator(:account) do
  2. username { sequence(:username) { |i| "#{Faker::Internet.user_name(nil, %w(_))}#{i}" } }
  3. last_webfingered_at { Time.now.utc }
  4. end