prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 7476]
This commit is contained in:
Ryan Davis 2012-05-24 13:13:48 -08:00
parent 6635bf74a5
commit 71fff040bd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 3.0.1 / 2012-05-24
* 1 bug fix:
* I'm a dumbass and refactored into Mock#call. Renamed to #__call so you can mock #call. (mschuerig)
=== 3.0.0 / 2012-05-08
* 3 major enhancements:

View File

@ -645,7 +645,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "3.0.0" # :nodoc:
VERSION = "3.0.1" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: