1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-19 00:59:00 +09:00
whippy-edition/spec/fabricators/block_fabricator.rb

7 lines
108 B
Ruby

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