guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Add support for spork-testunit #22

Closed nixme closed 13 years ago

nixme commented 13 years ago

I use Test::Unit with Spork via the spork-testunit gem (https://github.com/timcharper/spork-testunit) and wanted to use Guard. Made the changes necessary so guard-spork will work with spork-testunit.

thibaudgg commented 13 years ago

Thanks looks great. Please can you just add some doc in the README file, so other can easily found this.

nixme commented 13 years ago

Added notes where I thought it was appropriate.

thibaudgg commented 13 years ago

Awesome, thx!