Re: [rspec-users] Spec Server on Windows - missing fork

2008-08-02 Thread Dean Radcliffe
Exactly the kind of monkey patch I was looking for - thanks Luis ! I also saw you could edit the spec_server file to make if options[:daemon] into if options[:daemon] and false or something similar, but a no touch solution like yours is nice, and thanks for the Ctrl-Break tip. D Luis Lavena

[rspec-users] Spec Server on Windows - missing fork

2008-08-02 Thread Dean Radcliffe
Really tired of 30 second startup times to run Test::Unit tests, I would give my left pinky for a solution to running spec_server on windows. Is there some monkey patch that can avoid daemonizing the process altogether (Im fine if it runs as any kind of process at all). TIA. Error below - I have op