I can't seem to get spec_server to work correctly (I've never used it before, so maybe I'm missing something?)

I start up spec_server as prescribed:
[EMAIL PROTECTED]:~/Documents/apps/CCW: rake spec:server:start
(in /Users/mdarby/Documents/Apps/CCW)
Starting up spec server.
Loading Rails environment
Ready
spec_server launched. (PID: 31387)


Then I try to run a spec and it times out after about thirty seconds:
[EMAIL PROTECTED]:~/Documents/apps/CCW: ./script/spec --drb spec/models/ job_spec.rb
No server is running

^C/usr/local/lib/ruby/1.8/drb/drb.rb:566:in `read': Interrupt
        from /usr/local/lib/ruby/1.8/drb/drb.rb:566:in `load'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:632:in `recv_reply'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:923:in `recv_reply'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:1202:in `send_message'
from /usr/local/lib/ruby/1.8/drb/drb.rb:1093:in `method_missing'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:1177:in `open'
from /usr/local/lib/ruby/1.8/drb/drb.rb:1092:in `method_missing'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:1110:in `with_friend'
from /usr/local/lib/ruby/1.8/drb/drb.rb:1091:in `method_missing' from /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/ runner/drb_command_line.rb:13:in `run' from /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/ runner/option_parser.rb:184:in `parse_drb' from /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/ runner/option_parser.rb:124:in `order!' from /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/ runner.rb:202:in `options' from /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/ runner/command_line.rb:8:in `run'
        from ./script/spec:5

Gems installed:
rspec (1.1.11)
rspec-rails (1.1.11)

Any thoughts?

Thanks!

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to