~cytrogen/masto-fe

ref: 296b3d1560eb47f969320f056395b53a49416e52 masto-fe/spec/fabricators/email_domain_block_fabricator.rb -rw-r--r-- 146 bytes
296b3d15 — Claire Merge commit 'dc09c10fa8cc9230bf14e48d790c8f0c26043f8f' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
# frozen_string_literal: true

Fabricator(:email_domain_block) do
  domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
end