This is a fork of github.com/timcharper/spork For more information, please look at his repository.
to install this fork as a gem:
[sudo] gem install pietervisser-spork
-
Spork.each_run was not run in windows, because of a bug in the expanded_caller def. The line was split by ‘:’, but in windows the drive letter also contains a ‘:’ like ‘c:/…’.