# File lib/shoulda/active_record/macros.rb, line 434
434:       def should_have_index(*args)
435:         warn "[DEPRECATION] should_have_index is deprecated. " <<
436:              "Use should_have_db_index instead."
437:         should_have_db_index(*args)
438:       end