mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-26 12:12:43 +00:00
5 lines
58 B
Ruby
5 lines
58 B
Ruby
Fabricator(:poll_vote) do
|
|
account
|
|
poll
|
|
choice 0
|
|
end
|