Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 380 Bytes

README.rdoc

File metadata and controls

11 lines (7 loc) · 380 Bytes

Spork

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

Changes

  • 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:/…’.