57ea56ee05
We have all these calls to Group.refresh_automatic_groups! littered throughout the tests. Including tests that are seemingly unrelated to groups. This is because automatic group memberships aren't fabricated when making a vanilla user. There are two places where you'd want to use this: You have fabricated a user that needs a certain trust level (which is now based on group membership.) You need the system user to have a certain trust level. In the first case, we can pass refresh_auto_groups: true to the fabricator instead. This is a more lightweight operation that only considers a single user, instead of all users in all groups. The second case is no longer a thing after #25400. |
||
---|---|---|
.. | ||
api_keys_spec.rb | ||
auto_reject_reviewable_users_spec.rb | ||
blocked_hotlinked_media_spec.rb | ||
category_tag_spec.rb | ||
content_security_policy_spec.rb | ||
discord_omniauth_spec.rb | ||
email_outbound_spec.rb | ||
email_style_spec.rb | ||
facebook_omniauth_spec.rb | ||
flags_spec.rb | ||
github_omniauth_spec.rb | ||
group_spec.rb | ||
invalid_request_spec.rb | ||
invite_only_registration_spec.rb | ||
message_bus_spec.rb | ||
multisite_cookies_spec.rb | ||
multisite_spec.rb | ||
rate_limiting_spec.rb | ||
request_tracker_spec.rb | ||
same_ip_spammers_spec.rb | ||
secure_uploads_spec.rb | ||
spam_rules_spec.rb | ||
tag_counts_spec.rb | ||
topic_auto_close_spec.rb | ||
topic_thumbnail_spec.rb | ||
twitter_omniauth_spec.rb | ||
watched_words_spec.rb |