Skip to content

Instantly share code, notes, and snippets.

@jlindley
Created August 14, 2009 16:41
Show Gist options
  • Save jlindley/167934 to your computer and use it in GitHub Desktop.
Save jlindley/167934 to your computer and use it in GitHub Desktop.
# needed to get spork/rspec running under snow leopard
# edit line 12 of rspec-1.2.8/lib/spec/runner/drb_command_line.rb
# was
# DRb.start_service("druby://localhost:0")
# should be
DRb.start_service("druby://127.0.0.1:0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment