prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 5785]
This commit is contained in:
Ryan Davis 2010-07-15 16:12:49 -08:00
parent cb1177c7bc
commit f35c39fe05
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
=== 1.7.0 / 2010-07-15
* 5 minor enhancements:
* Added assert_output (mapped to must_output).
* Added assert_silent (mapped to must_be_silent).
* Added examples to readme (Mike Dalessio)
* Added options output at the top of the run, for fatal run debugging (tenderlove)
* Spec's describe method returns created class
=== 1.6.0 / 2010-03-27
* 10 minor enhancements:

View File

@ -497,7 +497,7 @@ module MiniTest
end
class Unit
VERSION = "1.6.0" # :nodoc:
VERSION = "1.7.0" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: