logo

mastofe

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

status_fabricator.rb (197B)


  1. Fabricator(:status) do
  2. account
  3. text "Lorem ipsum dolor sit amet"
  4. after_build do |status|
  5. status.uri = Faker::Internet.device_token if !status.account.local? && status.uri.nil?
  6. end
  7. end