discourse/plugins/poll
David Taylor c9dab6fd08
DEV: Automatically require 'rails_helper' in all specs (#16077)
It's very easy to forget to add `require 'rails_helper'` at the top of every core/plugin spec file, and omissions can cause some very confusing/sporadic errors.

By setting this flag in `.rspec`, we can remove the need for `require 'rails_helper'` entirely.
2022-03-01 17:50:50 +00:00
..
app DEV: Don't create unnecessary scope methods (#15104) 2021-11-26 16:34:07 +01:00
assets FIX: Disable cast votes button for multiple polls with no min. 2022-01-10 10:03:17 +08:00
config Update translations (#15763) 2022-02-01 16:15:18 +01:00
db/migrate DEV: Promote historic post_deploy migrations 2021-06-23 17:43:38 +01:00
jobs/regular FEATURE: Allow users to remove their vote (#14459) 2021-10-05 11:38:49 +03:00
lib FIX: Error when voting on a multiple poll without the min/max attrs. 2022-01-05 11:31:18 +08:00
spec DEV: Automatically require 'rails_helper' in all specs (#16077) 2022-03-01 17:50:50 +00:00
test/javascripts FIX: Disable cast votes button for multiple polls with no min. 2022-01-10 10:03:17 +08:00
plugin.rb FIX: Don't publish polls on message bus when there are no polls (#15041) 2021-11-22 12:31:53 +01:00