Skip to content

Allows Rspec to connect to DRb server

gitlab-qa-bot requested to merge github/fork/RyanScottLewis/master into master

Created by: RyanScottLewis

My coworker and I spent hours finding this fix. Before the fix, we would have Spork running, run Rspec with --drb, and the Rspec would give the "No DRb server running." error. It would then continue to run the specs in both Spork and the local Rspec process.

Merge request reports