ActsAsParanoid / acts_as_paranoid

ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
MIT License
1.47k stars 192 forks source link

Start test setup simplification #226

Closed mvz closed 3 years ago

mvz commented 3 years ago

The existing test setup created tables for all models used during the tests. This is excessive. This pull requests starts the process of splitting up the database setup code so fewer tables are created and model definitions are more localized.