Merge commit '391c089d0db58d731765dba730a5e1f2fe8570a6' into glitch-soc/merge-upstream
Conflicts: - `.github/dependabot.yml`: We removed it from glitch-soc. Keep it deleted.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user