prepped for release... ferry boat style

[git-p4: depot-paths = "//src/minitest/dev/": change = 7976]
This commit is contained in:
Ryan Davis 2012-11-17 15:36:35 -08:00
parent daa76e246d
commit 80bde83ef7
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
=== 4.3.0 / 2012-11-17
* 4 minor enhancements:
* Allow #autorun to run even if loaded with other test libs that call exit. (sunaku)
* Do not include Expectations in Object if $MT_NO_EXPECTATIONS is set (experimental?)
* Gave some much needed love to assert_raises.
* Mock#expect can take a block to custom-validate args. (gmoothart)
=== 4.2.0 / 2012-11-02
* 4 major enhancements:

View File

@ -729,7 +729,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "4.2.0" # :nodoc:
VERSION = "4.3.0" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: