level12 / keg-auth

Robust authentication system for Keg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViewTestBase shouldn't delete all the existing users

rsyring opened this issue · comments

  1. I don't think it's needed
  2. It causes problems when you have other fixtures that are setup with users and anytime you want to use ViewTestBase those fixtures become invalid. Results in those fixtures needing to be class level when they could be module level.