mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 18:54:51 +00:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:block) do
|
|
account { Fabricate.build(:account) }
|
|
target_account { Fabricate.build(:account) }
|
|
end
|