`gem check --test` or other unit test invocation in rubygems 1.5.2
Hello,
I'm building RPM's from gems, and as part of that process, I'm
running unit tests using gem check --test. Recently I
updated rubygems from version 1.3.7 to 1.5.2. The gem check
--test command no longer works, and --test no longer appears
in gem help check output.
Is there another way to invoke a gem's unit tests with rubygems 1.5.2?
Support Staff 2 Posted by Nick Quaranto on 21 Apr, 2011 01:57 PM
I think
gem testis the new way of doing this, and it reports data out tohttp://test.rubygems.org/
I might be incorrect though :)