RubyGemTestCase in test/rubygems/gemutilities.rb has moved! Now it is Gem::TestCase in lib/rubygems/test_case!
I've added some documentation to Gem::TestCase to help you use it when you build extensions to RubyGems that would like to use the gem environment sandbox features Gem::TestCase provides. I've also moved some other TestCases from test/ to lib/, but I doubt they will be useful outside of RubyGems itself: GemInstallerTestCase is now Gem::InstallerTestCase in lib/rubygems/installer_test_case.rb GemPackageTestCase (I think) is now Gem::Package::TarTestCase in lib/rubygems/package/tar_test_case.rb _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
