mirror of
https://github.com/funamitech/mastodon
synced 2024-12-01 00:08:39 +09:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:block) do
|
|
account
|
|
target_account { Fabricate(:account) }
|
|
end
|