This website requires JavaScript.
Explore
Help
Sign In
chinwag
/
chinwagsocial
Watch
2
Star
0
Fork
You've already forked chinwagsocial
0
Code
Issues
Pull requests
Releases
4
Wiki
Activity
570079f8ce
chinwagsocial
/
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-22 11:55:31 +11: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-04 08:18:23 +11:00
Fabricator
(
:poll_vote
)
do
account
poll
Run rubocop formatting except line length (#23632)
2023-02-18 08:56:20 +11: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-04 08:18:23 +11:00
end
Reference in a new issue
Copy permalink