Prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 5083]
This commit is contained in:
Ryan Davis 2009-06-17 23:30:22 -08:00
parent 8d0f55d214
commit 02b261d0dd
3 changed files with 10 additions and 4 deletions

View File

@ -1,13 +1,18 @@
=== 1.3.2 / ??
=== 1.4.0 / 2009-06-18
* 1 minor enhancement:
* 5 minor enhancement:
* Added clarification doco.
* Added specs and mocks to autorun.
* Changed spec test class creation to be non-destructive.
* Updated rakefile for new hoe capabilities.
* describes are nestable (via subclass). before/after/def inherits, specs don't.
* 2 bug fixes:
* 3 bug fixes:
* Fixed location on must/wont.
* Switched to __name__ to avoid common ivar name.
* Fixed indentation in test file (1.9).
=== 1.3.1 / 2009-01-20

View File

@ -3,6 +3,7 @@ History.txt
Manifest.txt
README.txt
Rakefile
design_rationale.rb
lib/minitest/autorun.rb
lib/minitest/mock.rb
lib/minitest/spec.rb

View File

@ -313,7 +313,7 @@ module MiniTest
end
class Unit
VERSION = "1.3.1"
VERSION = "1.4.0"
attr_accessor :report, :failures, :errors, :skips
attr_accessor :test_count, :assertion_count