Skip to content

Commit

Permalink
prepping for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 6273]
  • Loading branch information
zenspider committed Jun 1, 2011
1 parent 42072f1 commit a19105c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
=== 2.2.0 / 2011-05-29

* 5 minor enhancements:

* assert_equal (and must_equal) now tries to diff output where it makes sense.
* Added Assertions#diff(exp, act) to be used by assert_equal.
* Added Assertions#mu_pp_for_diff
* Added Assertions.diff and diff=
* Moved minitest hoe-plugin from hoe-seattlerb. (erikh)

=== 2.1.0 / 2011-04-11

* 5 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Expand Up @@ -612,7 +612,7 @@ def skip msg = nil, bt = caller
end

class Unit
VERSION = "2.1.0" # :nodoc:
VERSION = "2.2.0" # :nodoc:

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

0 comments on commit a19105c

Please sign in to comment.