Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 6801]
  • Loading branch information
zenspider committed Dec 14, 2011
1 parent cd4fe89 commit 2e5fdb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
=== 2.9.1 / 2011-12-13

* 4 minor enhancements:

* Added a ton of tests on spec error message output.
* Cleaned up consistency of msg handling on unary expectations.
* Improved error messages on assert/refute_in_delta.
* infect_an_assertion no longer checks arity and better handles args.

* 1 bug fix:

* Fixed error message on specs when 2+ args and custom message provided. (chastell)

=== 2.9.0 / 2011-12-07

* 4 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def skip msg = nil, bt = caller
end

class Unit # :nodoc:
VERSION = "2.9.0" # :nodoc:
VERSION = "2.9.1" # :nodoc:

attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc:
Expand Down

0 comments on commit 2e5fdb8

Please sign in to comment.