Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 6504]
  • Loading branch information
zenspider committed Aug 10, 2011
1 parent fed466e commit 1826797
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
=== 2.4.0 / 2011-08-09

* 4 minor enhancements:

* Added simple examples for all expectations.
* Improved Mock error output when args mismatch.
* Moved all expectations from Object to MiniTest::Expectations.
* infect_with_assertions has been removed due to excessive clever

* 4 bug fixes:

* Fix Assertions#mu_pp to deal with immutable encoded strings. (ferrous26)
* Fix minitest/pride for MacRuby (ferrous26)
* Made error output less fancy so it is more readable
* Mock shouldn't undef === and inspect. (dgraham)

=== 2.3.1 / 2011-06-22

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

class Unit
VERSION = "2.3.1" # :nodoc:
VERSION = "2.4.0" # :nodoc:

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

0 comments on commit 1826797

Please sign in to comment.