I have scope test that started to give error after the update
Scope:
scope :available_nil, -> { where(available_at: nil) }
Test: