Class | Reap::Test |
In: |
lib/reap/task/test.rb
|
Parent: | Reap::Task |
The Reap test task runs each test in it’s own process, making for purer test facility.
NOTE: This works well enough but it is a bit of hack. It actually marshals test results across a stdout->stdin shell pipe. One consequence of this is that you can’t send debug info to stdout (including p and puts). This, hopefully can be remedied in the future.