diff options
| author | Zack Hobson | 2013-12-27 08:52:32 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-27 08:52:32 -0800 | 
| commit | 10f20b39e1041377ea8937a8f52f0ca2191c2bdd (patch) | |
| tree | 2c895848a42a9cd5f8b8e0e8d53603714d823226 /test/ext | |
| parent | 4d3f9711509543addef173b5c6ac87abc861330a (diff) | |
| parent | f489d2095b9377ac78d3149c6007265fcbda9727 (diff) | |
| download | hcl-10f20b39e1041377ea8937a8f52f0ca2191c2bdd.tar.bz2 | |
Merge branch 'master' into resource_routes
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 bbf5424..930f408 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::Unit::TestCase +class MiniTest::Test    include CaptureOutput  end | 
