I like to perform a set up before each time I run a unit test and clear my mongo db, how do I do it with mongoid?
I found some links about it while googling but nothing seemed to work.
|
|
|
This discussion(Delete All Collections in Mongoid 3) in mongoid group seems relevant. There are two methods |
|||
|
|
|
You might want to take a look at database_cleaner gem which abstracts cleaning databases in specs |
|||
|
|
|
If you're using Rails, you can run Or, run |
|||
|
|