diff --git a/History.txt b/History.txt index 34677dc1..eb98e722 100644 --- a/History.txt +++ b/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: diff --git a/lib/minitest/unit.rb b/lib/minitest/unit.rb index a6296ca6..b867d966 100644 --- a/lib/minitest/unit.rb +++ b/lib/minitest/unit.rb @@ -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: