1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-24 00:23:09 -05:00

7 lines
144 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:block) do
account { Fabricate.build(:account) }
target_account { Fabricate.build(:account) }
end