prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6722]
This commit is contained in:
Ryan Davis 2011-10-25 18:12:26 -08:00
parent 0be86c16ab
commit 5378599aee
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
=== 2.7.0 / 2011-10-25
* 2 minor enhancements:
* Include failed values in the expected arg output in MockExpectationError. (nono)
* Make minitest/pride work with other 256 color capable terms. (sunaku)
* 2 bug fixes:
* Clarified the documentation of minitest/benchmark (eregon)
* Fixed using expectations in regular unit tests. (sunaku)
=== 2.6.2 / 2011-10-19
* 1 minor enhancement:

View File

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