1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-01 00:08:39 +09:00
YuruToot/spec/fabricators/block_fabricator.rb

7 lines
108 B
Ruby

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