class Shoulda::ActiveRecord::Matchers::HaveDbIndexMatcher

def description

def description
  "have a #{index_type} index on columns #{@columns.join(' and ')}"
end