diff options
| author | Zack Hobson | 2014-01-27 07:47:45 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2014-01-27 07:47:45 -0800 | 
| commit | 7dcf670853d9c7e8d28af06e94b278023cd7b018 (patch) | |
| tree | 30f32a6f9db8545a891f1a63a1fef1751a33816e /test/ext | |
| parent | 36b95d194373c2f76c71a6ffdae5df4f91402340 (diff) | |
| download | hcl-7dcf670853d9c7e8d28af06e94b278023cd7b018.tar.bz2 | |
update development dependencies
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 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 | 
