prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6832]
This commit is contained in:
Ryan Davis 2011-12-20 16:27:10 -08:00
parent 219e5d005d
commit f5b2312b13
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
=== 2.10.0 / 2011-12-20
* 3 minor enhancements:
* Added specs for must/wont be_empty/respond_to/be_kind_of and others.
* Added tests for assert/refute predicate.
* Split minitest/excludes.rb out to its own gem.
* 1 bug fix:
* Fixed must_be_empty and wont_be_empty argument handling. (mrsimo)
=== 2.9.1 / 2011-12-13
* 4 minor enhancements:

View File

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