Skip to content

Turn off drb with --no-drb

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

Created by: iain

I have --drb in my .rspec file, which is nice and easy. But I also have a shell script that runs all tests (cucumber too) and I want to force this script not to use drb, because it can cause some weird issues. So I've added a --no-drb option, which should make it overridable from the command line, just like --[no-]color.

Merge request reports