# File lib/shoulda/active_record/macros.rb, line 441
441:       def should_have_indices(*args)
442:         warn "[DEPRECATION] should_have_indices is deprecated. " <<
443:              "Use should_have_db_indices instead."
444:         should_have_db_indices(*args)
445:       end