about summary refs log tree commit diff
path: root/spec/fabricators/block_fabricator.rb
blob: 379931ba654b89ae17a5945bf529c16e939c70b5 (plain) (blame)
1
2
3
4
Fabricator(:block) do
  account
  target_account { Fabricate(:account) }
end