I work on a Rubygems-Arch bridge that adds tighter integration between ArchLinux system package manager and rubygems.
I see that many rubygems include tests. But I do not see how to run these tests. It would be great if rubygems had a flag (something like gem install --runtests) that will verify that gem works fine on this system.
A related note - I think rubygems should not install test files on the system (at least by default). Test are needed only at build/install time. At run-time tests are useless for users.