I’d like to init the data base once everytime i run tests, rather than every test.
I know with Rspec there is before(:all), but I haven’t been able to get that working. I was wondering if rails had something similar.
I’d like to init the data base once everytime i run tests, rather than
Share
All things to run before everything just go in the top of the class