Hi list, I checked out the rspec-dev repository on a MBP (Leopard) and tried to run the pre_commit task after going through the setup/configuration steps on http://wiki.github.com/dchelimsky/rspec/contribute.
I'm getting DRB errors related to script/spec_server when running specs: Address already in use - bind(2) (Errno::EADDRINUSE). Running lsof -i tcp:8989 shows: ruby 9674 douglas 5u IPv4 0x6538a68 0t0 TCP localhost:sunwebadmins (LISTEN) I've tried changing the DRB port to 20111 and running rake pre_commit again but the same problem comes up. Is this something people have come across before? _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
