Autofix Rubocop RSpec/BeNil (#23653)

This commit is contained in:
Nick Schonning
2023-02-17 07:45:27 -05:00
committed by GitHub
parent 936204b9ea
commit 68b1071f86
13 changed files with 22 additions and 41 deletions

View File

@ -20,7 +20,7 @@ RSpec.describe InstanceActorsController, type: :controller do
it 'does not set cookies' do
expect(response.cookies).to be_empty
expect(response.headers['Set-Cookies']).to be nil
expect(response.headers['Set-Cookies']).to be_nil
end
it 'does not set sessions' do