Skip to content

Instantly share code, notes, and snippets.

@JonCrawford
Forked from jlindley/drb_command_line_hack.rb
Created August 30, 2009 20:35
Show Gist options
  • Save JonCrawford/178122 to your computer and use it in GitHub Desktop.
Save JonCrawford/178122 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