Autofix Rubocop RSpec/ImplicitSubject (#23721)
This commit is contained in:
@@ -68,7 +68,7 @@ RSpec.describe Notification, type: :model do
|
||||
let(:notifications) { [] }
|
||||
|
||||
it 'returns []' do
|
||||
is_expected.to eq []
|
||||
expect(subject).to eq []
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user