mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +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
@ -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",
|
||||
|
Reference in New Issue
Block a user