mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 19:48:06 +01:00
6 lines
105 B
Ruby
6 lines
105 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:account_domain_block) do
|
|
account
|
|
domain 'example.com'
|
|
end
|