summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2013-12-27 08:58:45 -0800
committerZack Hobson2013-12-27 08:58:45 -0800
commit51236213fdf0a62d2795e2a3c341e87ab8d83117 (patch)
tree0dc0be468489a7fb310816cc5b553ee7ef71f464
parent10f20b39e1041377ea8937a8f52f0ca2191c2bdd (diff)
parent1d4c84a906df99e12ecf4ae1aa04260eb737d550 (diff)
downloadhcl-51236213fdf0a62d2795e2a3c341e87ab8d83117.tar.bz2
Merge branch 'master' into resource_routes
-rw-r--r--test/ext/capture_output.rb2
-rw-r--r--test/test_helper.rb2
2 files changed, 2 insertions, 2 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
diff --git a/test/test_helper.rb b/test/test_helper.rb
index f091451..47d3517 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -27,7 +27,7 @@ require 'fakeweb'
# require test extensions/helpers
Dir[File.dirname(__FILE__) + '/ext/*.rb'].each { |ext| require ext }
-class HCl::TestCase < MiniTest::Test
+class HCl::TestCase < MiniTest::Unit::TestCase
def setup
FakeWeb.allow_net_connect = false
HCl::Net.configure \