about summary refs log tree commit diff
path: root/spec/fabricators/poll_vote_fabricator.rb
blob: 51f9b006e6011f6d4ade159ec5e7248125c0c951 (plain) (blame)
1
2
3
4
5
Fabricator(:poll_vote) do
  account
  poll
  choice  0
end