pinfluence icon indicating copy to clipboard operation
pinfluence copied to clipboard

Use database_cleaner on specs

Open rafaels88 opened this issue 8 years ago • 0 comments

Today our specs are implementing an own database cleaner helper to clean the tables on each spec. But it is badly implemented, since it is necessary to call the helper on every spec file, and it is looping on every repository to call for each repo object and clean its database. Yes, it is dummy.

This task is about to replace this implementation to use the database_cleaner gem https://github.com/DatabaseCleaner/database_cleaner

rafaels88 avatar Oct 03 '17 15:10 rafaels88