summaryrefslogtreecommitdiffstats
path: root/test/ext
diff options
context:
space:
mode:
authorZack Hobson2014-01-27 07:47:45 -0800
committerZack Hobson2014-01-27 07:47:45 -0800
commit7dcf670853d9c7e8d28af06e94b278023cd7b018 (patch)
tree30f32a6f9db8545a891f1a63a1fef1751a33816e /test/ext
parent36b95d194373c2f76c71a6ffdae5df4f91402340 (diff)
downloadhcl-7dcf670853d9c7e8d28af06e94b278023cd7b018.tar.bz2
update development dependencies
Diffstat (limited to 'test/ext')
-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 00a39b0..499e901 100644
--- a/test/ext/capture_output.rb
+++ b/test/ext/capture_output.rb
@@ -18,7 +18,7 @@ module CaptureOutput
@stdout.string
end
end
-class MiniTest::Unit::TestCase
+class MiniTest::Test
include CaptureOutput
end