From: Martin Bosslet Date: 2011-06-22T14:46:10+09:00 Subject: [ruby-core:37289] [Ruby 1.9 - Feature #4918][Assigned] Make all core tests inherit from Test::Unit::TestCase Issue #4918 has been reported by Martin Bosslet. ---------------------------------------- Feature #4918: Make all core tests inherit from Test::Unit::TestCase http://redmine.ruby-lang.org/issues/4918 Author: Martin Bosslet Status: Assigned Priority: Low Assignee: Martin Bosslet Category: core Target version: 1.9.3 Some tests for OpenSSL inherited from Minitest::Unit::TestCase instead of Test::Unit::TestCase. To be consistent, all tests should probably inherit from Test::Unit::TestCase (cf. [ruby-core:37275]). I would scan through all tests in Ruby core and replace direct Minitest references except where absolutely required (rubygems, rdoc). Please let me know if there are other cases where the direct reference to Minitest is mandatory. Regards, Martin -- http://redmine.ruby-lang.org