logo

mastofe

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

domain_block_fabricator.rb (109B)


  1. Fabricator(:domain_block) do
  2. domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
  3. end