Tork - Test with fork - GitHub - sunaku/tork: π Tests your Ruby code, in parallel, as you change it
___ /___________ /__
_ _/ __ \ / //
/ // // / / / ,
_/_// //|_
>>>------>
What is it?
Tork is a continuous testing tool for Ruby that automatically
detects and tests changes in your Ruby application or test suite
in an efficient manner:
-
Absorbs your test execution overhead into a master process.
-
Forks to run your test files in parallel; overhead inherited.
-
Avoids running unchanged tests inside changed test files.
What is new?
New features:
- GH-19: add
tork cucumber
for running cucumber features.
Bug fixes:
-
tork/config/rails: support Rails 2 and donβt assume AR is used.
(Benjamin Quorning) -
tork/config: settings from configuration helpers specified in
$TORK_CONFIGS should override settings from the.tork.rb
file. -
README: need to set $PATH to run this project from a git clone.
-
LICENSE: give copyright to major contributors only.
See http://stackoverflow.com/questions/1497756.
Also added forgotten Luke W. to the list.