class Travis::CLI::Accounts

def description(account)

def description(account)
  return 'subscribed'          if account.subscribed?
  return 'educational account' if account.educational?
  'not subscribed'
end