Fix RSpec/ExpectChange cop (#25101)
This commit is contained in:
parent
1caa5ff39e
commit
d2e5430d4a
12 changed files with 24 additions and 41 deletions
|
@ -58,7 +58,7 @@ RSpec.describe Admin::AccountAction do
|
|||
it 'creates Admin::ActionLog' do
|
||||
expect do
|
||||
subject
|
||||
end.to change { Admin::ActionLog.count }.by 1
|
||||
end.to change(Admin::ActionLog, :count).by 1
|
||||
end
|
||||
|
||||
it 'calls process_email!' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue