about summary refs log tree commit diff
path: root/spec/fabricators/linked_user_fabricator.rb
blob: d9a62f60f0f8e7bc95ca9b6a070012e757b3a076 (plain) (blame)
1
2
3
4
Fabricator(:linked_user) do
  user        nil
  target_user nil
end