I have started getting this whenever running rspec
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :body attribute in Commontator::Comment model, pass case_sensitive: true option explicitly to the uniqueness validator.
I have started getting this whenever running rspec
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :body attribute in Commontator::Comment model, pass
case_sensitive: true
option explicitly to the uniqueness validator.Can someone help me fix this?