Tork runs your tests as they change, in parallel:
1. Absorbs test execution overhead into a master process.
2. Forks to inherit overhead and run test files in parallel.
3. Avoids running unchanged tests inside changed test files.
## Version 19.2.2 (2013-05-04)
This release makes Tork resilient to `Errno::EADDRINUSE` errors that may
occur
sometimes, intermittently, when test execution overhead is being reabsorbed.
Patch:
* server: retry until the socket opens successfully
Other:
* include md2man rake tasks in developer's rakefile