TESTDRIVE

TestDrive is a simple Ruby and JRuby compatible automatic test runner.

> testdrive

It will watch for changes in lib/ tests/ and test/, and run any changed and related files.

To re-run all tests, send a single interrupt.

> testdrive
  ^C
  Re-running all tests...

To shut down, send two interrupts.