class Shoulda::Matchers::ActiveRecord::HaveDbIndexMatcher

def unique(unique = true)

def unique(unique = true)
  @options[:unique] = unique
  self
end