From: Martin Bosslet Date: 2011-06-23T21:04:19+09:00 Subject: [ruby-core:37321] [Ruby 1.9 - Feature #4918][Closed] Make all core tests inherit from Test::Unit::TestCase Issue #4918 has been updated by Martin Bosslet. Status changed from Assigned to Closed % Done changed from 0 to 100 Benoit Daloze wrote: > A quick `ack -l --invert-file-match -G 'rdoc|rubygems' MiniTest test` gives: > test/benchmark/test_benchmark.rb > ... Thanks for the analysis, Benoit! As I don't want to fiddle around in other people's domains anyway, I suppose it's fine to agree that it's under the respective maintainers' sovereignty to ensure consistency regarding this issue? I close this issue then, just wanted to point it out and gain some insight about the underlying philosophy. Thanks for your contribution! Regards, Martin ---------------------------------------- Feature #4918: Make all core tests inherit from Test::Unit::TestCase http://redmine.ruby-lang.org/issues/4918 Author: Martin Bosslet Status: Closed 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