prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6750]
This commit is contained in:
Ryan Davis 2011-11-17 14:25:11 -08:00
parent 2095d24906
commit 1fabb314d0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 2.8.1 / 2011-11-17
* 1 bug fix:
* Ugh. 1.9's test/unit violates my internals. Added const_missing.
=== 2.8.0 / 2011-11-08
* 2 minor enhancements:

View File

@ -641,7 +641,7 @@ module MiniTest
end
class Unit
VERSION = "2.8.0" # :nodoc:
VERSION = "2.8.1" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: