mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:25:24 +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
@ -4903,7 +4903,7 @@ RSpec.describe UsersController do
|
||||
end
|
||||
|
||||
describe "#search_users" do
|
||||
fab!(:topic) { Fabricate :topic }
|
||||
fab!(:topic)
|
||||
let(:user) { Fabricate :user, username: "joecabot", name: "Lawrence Tierney" }
|
||||
let(:post1) { Fabricate(:post, user: user, topic: topic) }
|
||||
let(:staged_user) { Fabricate(:user, staged: true) }
|
||||
|
Reference in New Issue
Block a user