prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6282]
This commit is contained in:
Ryan Davis 2011-06-01 14:57:27 -08:00
parent a5991824a4
commit c462443062
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 2.2.2 / 2011-06-01
* 2 bug fixes:
* Got rid of the trailing period in message for assert_equal. (tenderlove)
* Windows needs more flushing. (Akio Tajima)
=== 2.2.1 / 2011-05-31
* 1 bug fix:

View File

@ -614,7 +614,7 @@ module MiniTest
end
class Unit
VERSION = "2.2.1" # :nodoc:
VERSION = "2.2.2" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: