Do not delete_from_all_tables after rake specs
Rake helper would set a before(:all) block for ALL specs where it would perform a delete_from_all_tables. This is not necessary in ALL specs as they run in a transaction.
Showing
Please register or sign in to comment