Fix RSpec/DescribedClass
cop (#25104)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe UpdateAccountService, type: :service do
|
||||
subject { UpdateAccountService.new }
|
||||
subject { described_class.new }
|
||||
|
||||
describe 'switching form locked to unlocked accounts' do
|
||||
let(:account) { Fabricate(:account, locked: true) }
|
||||
|
Reference in New Issue
Block a user