summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorZack Hobson2013-12-27 13:42:42 -0800
committerZack Hobson2013-12-27 13:44:14 -0800
commit7317487adc111ab6f226fc42b57dd6a32cb28541 (patch)
tree2053983a5ae51970c9fb89888aa16b3f34b412ee /test/test_helper.rb
parent4e6cf745e5d8426f1470c26f705bacbad1514e91 (diff)
downloadhcl-non-singleton-net.tar.bz2
completely eliminate the global http handle.non-singleton-net
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 33cf499..dc052e2 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -31,7 +31,7 @@ class HCl::TestCase < MiniTest::Unit::TestCase
attr_reader :http
def setup
FakeWeb.allow_net_connect = false
- @http = HCl::Net.configure \
+ @http = HCl::Net.new \
'login' => 'bob',
'password' => 'secret',
'subdomain' => 'bobclock',