logo

mastofe

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

report_fabricator.rb (126B)


  1. Fabricator(:report) do
  2. account
  3. target_account { Fabricate(:account) }
  4. comment "You nasty"
  5. action_taken false
  6. end