Fix RSpec/MissingExampleGroupArgument cop (#25310)
This commit is contained in:
@@ -32,7 +32,7 @@ RSpec.describe Api::V1::Admin::AccountActionsController do
|
||||
end
|
||||
|
||||
describe 'POST #create' do
|
||||
context do
|
||||
context 'with type of disable' do
|
||||
before do
|
||||
post :create, params: { account_id: account.id, type: 'disable' }
|
||||
end
|
||||
|
Reference in New Issue
Block a user