Navigation Menu

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 = 6954]
  • Loading branch information
zenspider committed Jan 25, 2012
1 parent 4a54400 commit d47e7e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
@@ -1,3 +1,10 @@
=== 2.11.0 / 2012-01-25

* 2 minor enhancements:

* Added before / after hooks for setup and teardown. (tenderlove)
* Pushed run_setup_hooks down to Spec. (tenderlove)

=== 2.10.1 / 2012-01-17

* 1 bug fix:
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.10.1" # :nodoc:
VERSION = "2.11.0" # :nodoc:

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

0 comments on commit d47e7e8

Please sign in to comment.