diff options
Diffstat (limited to 'test/ext')
| -rw-r--r-- | test/ext/capture_output.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/capture_output.rb b/test/ext/capture_output.rb index 6fef849..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 HCl::TestCase < MiniTest::Unit::TestCase +class MiniTest::Unit::TestCase include CaptureOutput end |
