From d47e7e8aef60476f7f9e67fbbec19a0124df5a22 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Wed, 25 Jan 2012 00:06:50 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/minitest/dev/": change = 6954] --- History.txt | 7 +++++++ lib/minitest/unit.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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: