Skip to content

Notification to the STDOUT when using an existing DRb server

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

Created by: dkoprov

Hi all!

I recently get the difficulties in testing with spork. Sometimes spork doesn't stop correctly and keep working. When I fire up tests again, changes are not applied, 'cause rspec is using old codebase, loaded to hanged on spork instance, which in turn using DRb server.

What does this commit add? Just a notification that we are using an existing DRb server.

I used this tweak by myself and found it usefull 'cause sometimes a guard instance is fired up in other terminal tab, but I've forgotten about it or whatever.

Merge request reports