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 = 7046]
  • Loading branch information
zenspider committed Feb 15, 2012
1 parent 07b6711 commit a84283d
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.11.2 / 2012-02-14

* 1 minor enhancement:

* Display failures/errors on SIGINFO. (tenderlove)

* 1 bug fix:

* Fixed MiniTest::Unit.after_tests for Ruby 1.9.3. (ysbaddaden)

=== 2.11.1 / 2012-02-01

* 3 bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Expand Up @@ -643,7 +643,7 @@ def skip msg = nil, bt = caller
end

class Unit # :nodoc:
VERSION = "2.11.1" # :nodoc:
VERSION = "2.11.2" # :nodoc:

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

0 comments on commit a84283d

Please sign in to comment.