From 1d4c84a906df99e12ecf4ae1aa04260eb737d550 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Fri, 27 Dec 2013 08:58:38 -0800 Subject: oops, fix tests --- test/ext/capture_output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ext/capture_output.rb') diff --git a/test/ext/capture_output.rb b/test/ext/capture_output.rb index ee98808..a469e21 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::Test +class MiniTest::Unit::TestCase include CaptureOutput end -- cgit v1.2.3