This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
Watch
1
Star
0
Fork
0
You've already forked tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
synced
2024-11-26 10:04:20 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
98e5e011aa
tootlab-mastodon
/
spec
/
fabricators
/
poll_vote_fabricator.rb
8 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-21 19:55:31 -05:00
# frozen_string_literal: true
Add polls (#10111) * Add polls Fix #1629 * Add tests * Fixes * Change API for creating polls * Use name instead of content for votes * Remove poll validation for remote polls * Add polls to public pages * When updating the poll, update options just in case they were changed * Fix public pages showing both poll and other media
2019-03-03 16:18:23 -05:00
Fabricator
(
:poll_vote
)
do
account
poll
Run rubocop formatting except line length (#23632)
2023-02-17 16:56:20 -05:00
choice
0
Add polls (#10111) * Add polls Fix #1629 * Add tests * Fixes * Change API for creating polls * Use name instead of content for votes * Remove poll validation for remote polls * Add polls to public pages * When updating the poll, update options just in case they were changed * Fix public pages showing both poll and other media
2019-03-03 16:18:23 -05:00
end
Reference in New Issue
Copy Permalink