Recommend
If you like my work with RVM, please recommend me *with a comment as to why you recommend me* on
Working With Rails – Thank You!
IRC
I am 'wayneeseguin' in #rvm on irc.freenode.net
If I do not respond right away, leave a message and I'll respond or leave you a memo when I am around.
Sponsors
$ rvm help # Documentation Index

'rvm test' - Testing with RVM

RVM allows you to run tests across multiple ruby versions:

~/projects/ruby/coulda [git:master] $ rvm 1.8.6,1.9.2 do rake test

JSON Summary

Along with 'RVM rake X' you can add the --json flag prior to the word 'tests' and a JSON summary will be printed out at the end of the run.

YAML Summary

Along with 'RVM rake X' you can add the --yaml flag prior to the word 'tests' and a YAML summary will be printed out at the end of the run.

RVM Documentation Index