~cytrogen/masto-fe

ref: 296b3d1560eb47f969320f056395b53a49416e52 masto-fe/spec/fabricators/block_fabricator.rb -rw-r--r-- 144 bytes
296b3d15 — Claire Merge commit 'dc09c10fa8cc9230bf14e48d790c8f0c26043f8f' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
# frozen_string_literal: true

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