mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: Update rubocop-discourse to latest version
The lastest version of rubocop-discourse enables rules regarding plugins.
This commit is contained in:

committed by
Loïc Guitaut

parent
7a6ba47e7b
commit
f7d7092a7a
@ -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
|
||||
|
Reference in New Issue
Block a user