Latest Test Results

What?

GemTesters is a community effort to document the test results for various gems, on various machine architectures.

Why?

So participating gem maintainers and authors can ensure their code works on all platforms.

How?

gem install rubygems-test
gem test my_favorite_gem

Learn more in the README

I'm a gem author, how do I participate?

    Create (and add to your files section in your specification) a .gemtest empty file. This is what signals the rubygems-test engine to process your gem as testable.

    Ensure rake test works and doesn’t wipe out filesystems, databases, etc. Move those tests to another task.

    Be sure to include your Rakefile in your gem, along with your tests.

    Be sure to note any development dependencies that will be required for executing your rakefile and your tests in your gemspec. They will be installed as a part of the testing process.