mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
MiniTest::Unit (superclass of Test::Unit::Runner) does not has default seed parameter, but assigned after initializing. However some tests use MiniTest::Unit without setup of seed option and it cases unexpected test failures. To solve this issue, add default seed parameter 42. |
||
|---|---|---|
| .. | ||
| minitest | ||
| testunit | ||
| runner.rb | ||
| test_jisx0208.rb | ||