prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6596]
This commit is contained in:
Ryan Davis 2011-08-27 12:24:52 -08:00
parent de2641a957
commit ba322c6a67
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 2.5.1 / 2011-08-27
* 2 minor enhancements:
* Added gem activation for minitest in minitest/autoload to help out 1.9 users
* Extended Spec.register_spec_type to allow for procs instead of just regexps.
=== 2.5.0 / 2011-08-18
* 4 minor enhancements:

View File

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