Autofix Rubocop RSpec/BeEq (#23740)

This commit is contained in:
Nick Schonning
2023-02-20 00:14:50 -05:00
committed by GitHub
parent bf785df9fe
commit 5116347eb7
39 changed files with 139 additions and 182 deletions

View File

@ -410,7 +410,7 @@ RSpec.describe ActivityPub::ProcessStatusUpdateService, type: :service do
end
it 'removes poll' do
expect(status.reload.poll).to eq nil
expect(status.reload.poll).to be_nil
end
it 'records media change in edit' do