diff options
| author | Zack Hobson | 2013-12-27 08:58:45 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-27 08:58:45 -0800 | 
| commit | 51236213fdf0a62d2795e2a3c341e87ab8d83117 (patch) | |
| tree | 0dc0be468489a7fb310816cc5b553ee7ef71f464 /test/ext/capture_output.rb | |
| parent | 10f20b39e1041377ea8937a8f52f0ca2191c2bdd (diff) | |
| parent | 1d4c84a906df99e12ecf4ae1aa04260eb737d550 (diff) | |
| download | hcl-51236213fdf0a62d2795e2a3c341e87ab8d83117.tar.bz2 | |
Merge branch 'master' into resource_routes
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 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 | 
