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 open3 and win32-process already but no dice.
Dean > rake spec:server:start (in C:/ChessOnRails/trunk) Starting up spec server. Loading Rails environment Ready script/spec_server:81:in `fork': fork() function is unimplemented on this machine (NotImplementedErr or) from script/spec_server:81:in `daemonize' from script/spec_server:113 > gem list win32 *** LOCAL GEMS *** win32-api (1.2.0, 1.0.4) win32-clipboard (0.4.3) win32-dir (0.3.2) win32-eventlog (0.4.6) win32-file (0.5.4) win32-file-stat (1.2.7) win32-open3 (0.2.6) win32-process (0.5.9, 0.5.3) win32-sapi (0.1.4) win32-sound (0.4.1) -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users