info: Using ruby 1.9.2 p0 info: Gemset 'hudson-project-56' created. [31mCould not find rake-0.8.7 in any of the sources [0m I'm sure rake is installed. It looks like it's not using the right gemset?Any ideas?
Somewhere in the configuration, RUBYOPT was being set to project A's
gempath even though I was running tests for project B.
I just export RUBYOPT="" and both hudson tests are working with RVM.