summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2013-12-17 10:48:46 -0800
committerZack Hobson2013-12-17 10:48:46 -0800
commit33e5f975dc7690642097267ef926ff8ad06c86b7 (patch)
tree3ca402add54162f25a93fd112aae24c49cbbb942 /test/test_helper.rb
parent6342ba68f15c37fc8fbc219eeeda7675ad29d5fd (diff)
downloadhcl-33e5f975dc7690642097267ef926ff8ad06c86b7.tar.bz2
capture_output: make it a generic minitest ext
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 42a072c..9067d91 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -31,3 +31,5 @@ require 'fakeweb'
# require test extensions/helpers
Dir[File.dirname(__FILE__) + '/ext/*.rb'].each { |ext| require ext }
+class HCl::TestCase < MiniTest::Unit::TestCase; end
+