I have some test groups with setUp and tearDown methods defined for initialization and cleanup purposes. They run fine with vanilla nodeunit, but when I try to run them using rinuts, the wrapper methods aren't being called (and thus the tests are failing because they're not initialized properly).
When addressing this, we need to consider the possibility of nested test groups with wrapper methods at multiple levels.