From a566d439ca11ebb6123ab34cc8a8d10e0528a62a Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Fri, 27 Dec 2013 08:49:19 -0800 Subject: minitest api change --- test/ext/capture_output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ext') diff --git a/test/ext/capture_output.rb b/test/ext/capture_output.rb index a469e21..ee98808 100644 --- a/test/ext/capture_output.rb +++ b/test/ext/capture_output.rb @@ -16,7 +16,7 @@ module CaptureOutput @stdout.string end end -class MiniTest::Unit::TestCase +class MiniTest::Test include CaptureOutput end -- cgit v1.2.3