rubygems / rubygems-test

An attempt to replace the testing facility in rubygems via a test plugin.
Other
48 stars 11 forks source link

Quiet mode should not ask user if he wants to upload the results. #13

Closed guillermo closed 13 years ago

guillermo commented 13 years ago

"gem test --quiet rubygems-test" should not ask user if he wants to upload results. So it is easy to batch test some gems.

guillermo commented 13 years ago

I close this because a typo:

assert_true = @test.upload_results? is wrong.