From: Suraj Kurapati Date: 2011-01-15T08:59:37+09:00 Subject: Re: [ANN] test-loop - Continuous testing with fork/eval ### test-loop - Continuous testing for Ruby with fork/eval ### ### 4.0.1 https://github.com/sunaku/test-loop#readme ### I just released version 4.0.1 with these changes: * Print how much time it took to run all tests. * Do not print test file before loading because it is hard to follow parallel test execution anyway. * Print rescued top-level exceptions to STDERR. * Strip surrounding spaces from parsed test names. * Use long options when passing test names in ARGV. * Only prepend lib/, test/, and spec/ to $LOAD_PATH. Happy testing! -- Posted via http://www.ruby-forum.com/.