summaryrefslogtreecommitdiffstats
path: root/test/ext/capture_output.rb
diff options
context:
space:
mode:
authorZack Hobson2013-12-27 08:58:45 -0800
committerZack Hobson2013-12-27 08:58:45 -0800
commit51236213fdf0a62d2795e2a3c341e87ab8d83117 (patch)
tree0dc0be468489a7fb310816cc5b553ee7ef71f464 /test/ext/capture_output.rb
parent10f20b39e1041377ea8937a8f52f0ca2191c2bdd (diff)
parent1d4c84a906df99e12ecf4ae1aa04260eb737d550 (diff)
downloadhcl-51236213fdf0a62d2795e2a3c341e87ab8d83117.tar.bz2
Merge branch 'master' into resource_routes
Diffstat (limited to 'test/ext/capture_output.rb')
-rw-r--r--test/ext/capture_output.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/capture_output.rb b/test/ext/capture_output.rb
index 930f408..bbf5424 100644
--- a/test/ext/capture_output.rb
+++ b/test/ext/capture_output.rb
@@ -20,7 +20,7 @@ module CaptureOutput
@stdout.string
end
end
-class MiniTest::Test
+class MiniTest::Unit::TestCase
include CaptureOutput
end