class Shoulda::Matchers::ActiveRecord::HaveSecureTokenMatcher

def table_and_column

def table_and_column
  "#{table_name}.#{token_attribute}"
end