Autofix Rubocop RSpec/BeEq (#23740)
This commit is contained in:
parent
bf785df9fe
commit
5116347eb7
39 changed files with 139 additions and 182 deletions
|
@ -74,7 +74,7 @@ RSpec.describe FetchResourceService, type: :service do
|
|||
context 'when content type is application/atom+xml' do
|
||||
let(:content_type) { 'application/atom+xml' }
|
||||
|
||||
it { is_expected.to eq nil }
|
||||
it { is_expected.to be_nil }
|
||||
end
|
||||
|
||||
context 'when content type is activity+json' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue