Tork - Test with fork - https://github.com/sunaku/tork#readme _______ _______ ___ /___________ /__ _ __/ __ \ __/ /_/ / /_/ /_/ / / / ,\ \__/\____/_/ /_/|_\ >>>------> -------------------------------------------------------------------- What is it? -------------------------------------------------------------------- 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. -------------------------------------------------------------------- What is new? -------------------------------------------------------------------- ## Version 18.0.1 (2012-02-13) Alert: * If you're on Ruby 1.9, please use 1.9.3 or newer because 1.9.2 is known to segfault under RSpec and Rails. (GH-30 and GH-32) Patch: * GH-27: Cucumber features now run correctly under RSpec. Thanks to Scott Radcliff for reporting this issue and to David Burrows for solving it! * tork(1): fix undefined method `strip' for nil:NilClass error. * tork/config: ignore directories given as configuration files.