Using both the new rvm Ruby Version Manager, AND multiruby from ZenTest

The new Ruby Version Manager http://rvm.beginrescueend.com/ seems
great for having multiple ruby installations to USE, while the
multiruby feature in the ZenTest gem is great for running tests/specs
under a bunch of different ruby versions.

So I see them as both useful for different purposes, and I’m trying to
use both.

I ran into a few issues trying to use them together and just wrote an
article about them, and my current workaround.

http://talklikeaduck.denhaven2.com/2009/09/02/ruby-version-management-multiruby-and-rvm


Rick DeNatale

Blog: http://talklikeaduck.denhaven2.com/
Twitter: http://twitter.com/RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale

Rick,

You might also find rubydo useful: http://rvm.beginrescueend.com/rubydo/

rubydo is a feature of rvm that we are using to test our apps against
multiple ruby versions (namely 1.8.6, 1.9.1 and jruby).

If you have any suggestions or feature requests for rvm please hop in
#rvm on irc and let us know!

Thanks,

~Wayne