autotest
autotest copied to clipboard
Autotest / spork ?
Is it possible to run autotest with spork ? I'm using test:unit not rspec, and have both spork and autotest running independently.
as far as i know spork only supports rspec
Spork can support test:unit using the spork-testunit gem.
then it should be possible, just hack it in where autotest builds the test command https://github.com/grosser/autotest/blob/master/lib/autotest.rb#L556
Example of hack is here http://bbs.aisiming.com/forum.php?mod=viewthread&tid=3812 , works for me well. You need to remove "//*" form some of lines.