Is there a UI for Ruby's testing framework similar to JUnit's UI that's built into Eclipse or MSUnit built into Visual Studio? However, I am not particularly interested in an IDE integration. It could be a standalone application, most likely web. This should have the basic functionality of all unit-testing tools:
- List all tests within the project
- List all tests within a given file in the project
- Be able to run a group of tests or a single test and get feedback