Changelog for
ruby2.7-rubygem-minitest-5_3_3-5.3.5-lp155.1.5.x86_64.rpm :
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 5.3.5
* Tue Nov 25 2014 opensuse_buildserviceAATTojkastl.de- renamed package and contents according to packaging guidelines
* Mon Apr 21 2014 cooloAATTsuse.com- updated to version 5.3.3
* 1 bug fix:
* Fixed using expectations w/ DSL in Test class w/o describe. (blowmage+others)
* Fixed doco on Assertions.assertions. (xaviershay)
* Sat Mar 15 2014 cooloAATTsuse.com- updated to version 5.3.1
* 1 minor enhancement:
* Modified verbage on bad \'let\' names to be more helpful. (Archytaus)
* Mocked methods can take a block to verify state. Seattle.rb 12 bday present from ernie! Thanks!!
* 1 bug fix:
* Fixed 2 cases still using MiniTest. (mikesea)
* Sun Feb 23 2014 cooloAATTsuse.com- updated to version 5.2.3
* 1 bug fix:
* Fixed Spec#let check to allow overriding of other lets. (mvz) === 5.2.2 / 2014-01-22
* 1 minor enhancement:
* Spec#let raises ArgumentError if you override _any_ instance method (except subject). (rynr)
* 1 bug fix:
* Fixed up benchmark spec doco and added a test to demonstrate. (bhenderson)
* Mon Jan 20 2014 cooloAATTsuse.com- updated to version 5.2.1
* 1 bug fix:
* Properly deal with horrible mix of runtime load errors + other at_exit handlers. (dougo/chqr)
* Mon Dec 16 2013 cooloAATTsuse.com- updated to version 5.2.0
* 1 minor enhancement:
* Change expectations to allow calling most on procs (but not calling the proc). (bhenderson+others)
* Mon Dec 09 2013 cooloAATTsuse.com- updated to version 5.1.0
* 1 minor enhancement:
* Use a Queue for scheduling parallel tests. (tenderlove)
* 1 bug fix:
* Fixed misspelling in doco. (amatsuda)
* Mon Sep 23 2013 cooloAATTsuse.com- updated to version 5.0.8
* 1 bug fix:
* Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)
* Sat Sep 07 2013 cooloAATTsuse.com- updated to version 5.0.7
* 2 minor enhancements:
* Added clarification about the use of thread local variables in expectations. (jemc)
* Added extra message about skipped tests, if any. Disable globally with $MT_NO_SKIP_MSG.
* 2 bug fixes:
* Only require minitest, not minitest/autorun in pride_plugin. (judofyr)
* Require rubygems in load_plugins in case you\'re not using minitest/autorun.