prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6671]
This commit is contained in:
Ryan Davis 2011-09-27 17:15:16 -08:00
parent 95d0e84655
commit 06411dc9b7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 2.6.1 / 2011-09-27
* 2 bug fixes:
* Alias Spec.name from Spec.to_s so it works when @name is nil (nathany)
* Fixed assert and refute_operator where second object has a bad == method.
=== 2.6.0 / 2011-09-13
* 2 minor enhancements:

View File

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