autotest icon indicating copy to clipboard operation
autotest copied to clipboard

Autotest / spork ?

Open sreid99 opened this issue 14 years ago • 4 comments

Is it possible to run autotest with spork ? I'm using test:unit not rspec, and have both spork and autotest running independently.

sreid99 avatar Jul 04 '11 22:07 sreid99

as far as i know spork only supports rspec

grosser avatar Jul 05 '11 05:07 grosser

Spork can support test:unit using the spork-testunit gem.

sreid99 avatar Jul 05 '11 07:07 sreid99

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

grosser avatar Jul 05 '11 07:07 grosser

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.

pgaertig avatar Oct 30 '11 20:10 pgaertig