mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
Autofix Rubocop RSpec/BeEq (#23740)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user