about summary refs log tree commit diff
path: root/spec/fabricators/account_migration_fabricator.rb
blob: 3b3fc20773a0c4ebddecc6c4197038596e0a5a3b (plain) (blame)
1
2
3
4
5
6
Fabricator(:account_migration) do
  account
  target_account
  followers_count 1234
  acct 'test@example.com'
end