Changelog for
ruby2.7-rubygem-minitest-4_7-4.7.5-150300.1.7.x86_64.rpm :
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 4.7.5
* Sun Oct 12 2014 adrianAATTsuse.de- adapt to new rubygem packaging style
* Sun May 05 2013 cooloAATTsuse.com- updated to version 4.7.4 This is probably the last release of the 4.x series. It will be merged to ruby and will be put into maintenance mode there. I\'m not set in stone on this, but at this point further development of minitest (5+) will be gem-only. It is just too hard to work w/in ruby-core w/ test-unit compatibility holding minitest development back.
* 2 minor enhancements:
* Added count/size to ParallelEach to fix use w/in stdlib\'s test/unit. :( (btaitelb)
* Allow disabling of info_signal handler in runner. (erikh)
* Sat Apr 27 2013 cooloAATTsuse.com- updated to version 4.7.3
* 1 bug fix:
* Reverted stubbing of module methods change. Stub the user, not the impl. (ab9/tyabe)
* Sat Apr 20 2013 cooloAATTsuse.com- updated to version 4.7.2
* 2 bug fixes:
* Fixed inconsistency in refute_in_delta/epsilon. I double negatived my logic. (nettsundere)
* Fixed stubbing of module methods (eg Kernel#sleep). (steveklabnik)
* Fri Apr 12 2013 cooloAATTsuse.com- updated to version 4.7.1
* 1 minor enhancement:
* Added FAQ section to README
* 1 bug fix:
* Fixed bug where guard runs tests bypassing minitest/autorun and an ivar isn\'t set right. (darrencauthon)
* Tue Mar 19 2013 cooloAATTsuse.com- updated to version 4.7.0
* 1 major enhancement:
* Refactored MiniTest::Spec into MiniTest::Spec::DSL.
* 1 bug fix:
* Removed $DEBUG handler that detected when test/unit and minitest were both loaded. (tenderlove)
* Sun Mar 03 2013 cooloAATTsuse.com- updated to version 4.6.2
* 1 minor enhancement:
* Change error output to match Class#method, making it easier to use -n filter.
* 1 bug fix:
* Fixed an option processing bug caused by test/unit\'s irresponsibly convoluted code. (floehopper)
* Tue Feb 12 2013 cooloAATTsuse.com- updated to version 4.6.0
* 3 major enhancements:
* Removed ::reset_setup_teardown_hooks
* Removed the long deprecated assert_block
* Removed the long deprecated lifecycle hooks: add_(setup|teardown)_hook
* 1 minor enhancement:
* Allow filtering tests by suite name as well as test name. (lazyatom)
* 2 bug fixes:
* Made hex handling (eg object_ids) in mu_pp_for_diff more specific. (maxim)
* nodoc top-level module. (zzak)
* Wed Jan 23 2013 cooloAATTsuse.com- updated to version 4.5.0
* 1 major enhancement:
* Rearranged minitest/unit.rb so NO parallelization code is loaded/used until you opt-in.
* 4 minor enhancements:
* Added TestCase#skipped? for teardown guards
* Added maglev? guard
* Document that record can be sent twice if teardown fails or errors (randycoulman)
* Errors in teardown are now recorded. (randycoulman)
* 3 bug fixes:
* Added hacks and skips to get clean test runs on maglev
* Modified float tests for maglev float output differences. Not sure this is right. Not sure I care.
* Test for existance of diff.exe instead of assuming they have devkit. (blowmage/Cumbayah)