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 spec' - Spec'ing with RVM

RVM allows you to run rake tasks across multiple ruby versions:

~/projects/ruby/extlib [git:master] $ rvm 1.8.6,1.9.1 do specs

ruby-1.8.6-p383: ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]
(in /Users/wayne/projects/ruby/extlib)
\........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*......................

Pending:

String.translations returns @translations if set (is it @translations on metaclass or @@translations? leaving it out for now)
\./spec/string_spec.rb:217

Finished in 3.094524 seconds

1839 examples, 0 failures, 1 pending

ruby-1.9.1-p243: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin10.0.0]
(in /Users/wayne/projects/ruby/extlib)
\.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../Users/wayne/projects/ruby/extlib/spec/object_spec.rb:58: warning: toplevel constant Baz referenced by Foo::Bar::Baz
\.............................................................*......................

Pending:

String.translations returns @translations if set (is it @translations on metaclass or @@translations? leaving it out for now)
\/Users/wayne/projects/ruby/extlib/spec/string_spec.rb:217:in `block in '

Finished in 3.19726 seconds

1839 examples, 0 failures, 1 pending

JSON Summary

Along with 'RVM rake X' you can add the --json flag prior to the word 'specs' 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 'specs' and a YAML summary will be printed out at the end of the run.

RVM Documentation Index