discourse/plugins/poll/spec
Blake Erickson 21d614215b
DEV: Use staged user check instead (#24578)
This change refactors the check `user.groups.any?` and instead uses
`user.staged?` to check if the user is staged or not.

Also fixes several tests to ensure the users have their auto trust level
groups created.

Follow up to:

- 8a45f84277
- 447d9b2105
- c89edd9e86
2023-11-28 07:34:02 -07:00
..
controllers DEV: Use staged user check instead (#24578) 2023-11-28 07:34:02 -07:00
fabricators FIX: Cater for polls that can have multiple votes per user (#22297) 2023-06-27 18:58:16 +08:00
integration DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
jobs/regular DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lib DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
models DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
requests FIX: Ensure poll extraction is not attempted if post body is absent (#19718) 2023-01-13 01:47:44 +00:00
serializers DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00