sporkrb / spork-testunit

Test::Unit support for Spork
67 stars 27 forks source link

Add support for specifying spork-port to testdrb #46

Closed calebhearth closed 12 years ago

calebhearth commented 12 years ago

Since spork is able to accept a port argument, testdrb should be able to as well.

This became important today because I am running spork on the same server as a coworker and we needed to be able to run on different ports. testdrb could not listen on any port other than the default, so I added functionality to deal with that.