summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorZack Hobson2014-01-27 07:47:45 -0800
committerZack Hobson2014-01-27 07:47:45 -0800
commit7dcf670853d9c7e8d28af06e94b278023cd7b018 (patch)
tree30f32a6f9db8545a891f1a63a1fef1751a33816e /test
parent36b95d194373c2f76c71a6ffdae5df4f91402340 (diff)
downloadhcl-7dcf670853d9c7e8d28af06e94b278023cd7b018.tar.bz2
update development dependencies
Diffstat (limited to 'test')
-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 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
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 610bd94..4297ae7 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::Unit::TestCase
+class HCl::TestCase < MiniTest::Test
attr_reader :http
def setup
FakeWeb.allow_net_connect = false