On Tue, Jun 14, 2011 at 5:25 PM, Conery John <[email protected]> wrote: > Hi -- > > I'm trying to use the "gem check" command to run unit tests for an installed > gem. On one of my systems (OS X, running gem 1.8.5) I noticed that the > --test option is no longer supported for the check command. Was it removed > on purpose? Is there another way I can let users run unit tests after they > have installed a gem? Or is there a better way for users to test their gems? >
Testing of RubyGems has been removed (deprecated) and replaced by a better testing infrastructure in a RubyGems plugin: gem install rubygems-test: https://github.com/rubygems/rubygems-test -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
