Tork runs your tests as they change, in parallel:
-
Absorbs test execution overhead into a master process.
-
Forks to inherit overhead and run test files in parallel.
-
Avoids running unchanged tests inside changed test files.
Version 19.2.1 (2013-02-08)
Patch:
-
GH-46: allow reassigning
$tork_*
variable values. Thanks to Joe
Escalante for reminding me to fix this issue. -
GH-48: disable class caching at the ActiveSupport level for Devise.
Thanks to Ryan Ahearn for fixing this issue and to Jonathan Cairns
for
reporting it.