DEV: Update rubocop-discourse to latest version

The lastest version of rubocop-discourse enables rules regarding
plugins.
This commit is contained in:
Loïc Guitaut
2024-02-01 17:28:10 +01:00
committed by Loïc Guitaut
parent 7a6ba47e7b
commit f7d7092a7a
27 changed files with 169 additions and 118 deletions

View File

@ -445,7 +445,8 @@ RSpec.describe ComposerMessagesFinder do
end
context "when user can't send private messages" do
fab!(:group) { Fabricate(:group) }
fab!(:group)
before { SiteSetting.personal_message_enabled_groups = group.id }
it "does not show the message" do