diff options
| author | Zack Hobson | 2013-12-17 10:48:46 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-17 10:48:46 -0800 | 
| commit | 33e5f975dc7690642097267ef926ff8ad06c86b7 (patch) | |
| tree | 3ca402add54162f25a93fd112aae24c49cbbb942 /test/ext/capture_output.rb | |
| parent | 6342ba68f15c37fc8fbc219eeeda7675ad29d5fd (diff) | |
| download | hcl-33e5f975dc7690642097267ef926ff8ad06c86b7.tar.bz2 | |
capture_output: make it a generic minitest ext
Diffstat (limited to 'test/ext/capture_output.rb')
| -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 | 
