Testing an installed gem

I know how to run tests on my app, but how do I run tests on a rvm
installed gem?

Go toyour RVMROOT/gems/ruby-RUBYVERSION/gems/GEMNAME-GEMVERSION
And look for the tests inside that directory.
Probably there will be a rake task to run the tests

On Sat, Jul 24, 2010 at 4:06 PM, dwormuth [email protected]
wrote:

I know how to run tests on my app, but how do I run tests on a rvm
installed gem?


Leonardo M…
There’s no place like ~