class Shoulda::Matchers::ActiveRecord::HaveSecureTokenMatcher

def initialize(token_attribute)

def initialize(token_attribute)
  @token_attribute = token_attribute
  @options = { ignore_check_for_db_index: false }
end