discourse/plugins/poll/spec/lib
Robert a535798659
FIX: Poll: ensure it is not possible to vote with all abstentions in Ranked Choice (#29601)
Make sure Cast Vote button is disabled when all abstain and remove any historic data that fails new zero rank vote validation
2024-11-26 20:16:22 +08:00
..
new_post_manager_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
poll_spec.rb FIX: Poll: ensure it is not possible to vote with all abstentions in Ranked Choice (#29601) 2024-11-26 20:16:22 +08:00
polls_updater_spec.rb DEV: Do not attempt to update polls if there are no polls before and after (#26573) 2024-04-12 13:16:10 +08:00
polls_validator_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
pretty_text_spec.rb FIX: nested polls 2024-05-03 19:46:13 +02:00
ranked_choice_spec.rb FIX: poll ranked choice result algo majority check (#28191) 2024-08-02 08:51:26 +02:00
search_spec.rb