prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6801]
This commit is contained in:
Ryan Davis 2011-12-13 17:22:33 -08:00
parent 0ccc4ab28d
commit 92c0b82703
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
=== 2.9.1 / 2011-12-13
* 4 minor enhancements:
* Added a ton of tests on spec error message output.
* Cleaned up consistency of msg handling on unary expectations.
* Improved error messages on assert/refute_in_delta.
* infect_an_assertion no longer checks arity and better handles args.
* 1 bug fix:
* Fixed error message on specs when 2+ args and custom message provided. (chastell)
=== 2.9.0 / 2011-12-07
* 4 minor enhancements:

View File

@ -643,7 +643,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "2.9.0" # :nodoc:
VERSION = "2.9.1" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: