I’ve started using test/spec as a replacement for SimplyBDD. It’s great, except for one small thing: I can’t specify the superclass for the test case classes, which basically rules out integration tests in Rails. Rather than rewrite all my integration tests to use the standard test/unit syntax, I decided to patch test/spec. The patch can be found here.