prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6556]
This commit is contained in:
Ryan Davis 2011-08-18 16:51:08 -08:00
parent a2170ab644
commit 3af9e544b9
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
=== 2.5.0 / 2011-08-18
* 4 minor enhancements:
* Added 2 more arguments against rspec: let & subject in 9 loc! (emmanual/luis)
* Added TestCase.i_suck_and_my_tests_are_order_dependent!
* Extended describe to take an optional method name (2 line change!). (emmanuel)
* Refactored and extended minitest/pride to do full 256 color support. (lolcat)
* 1 bug fix:
* Doc fixes. (chastell)
=== 2.4.0 / 2011-08-09
* 4 minor enhancements:

View File

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