diff options
| author | Zack Hobson | 2013-12-27 08:58:38 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-27 08:58:38 -0800 | 
| commit | 1d4c84a906df99e12ecf4ae1aa04260eb737d550 (patch) | |
| tree | 3dfb2464a2f4c21d8ef62865106a1e5cdc5e0f95 /test/test_helper.rb | |
| parent | f489d2095b9377ac78d3149c6007265fcbda9727 (diff) | |
| download | hcl-1d4c84a906df99e12ecf4ae1aa04260eb737d550.tar.bz2 | |
oops, fix tests
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 \ | 
