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