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

@ -601,11 +601,9 @@ RSpec.describe Auth::DefaultCurrentUserProvider do
end
describe "user api" do
fab! :user do
Fabricate(:user)
end
fab!(:user)
let :api_key do
let(:api_key) do
UserApiKey.create!(
application_name: "my app",
client_id: "1234",