diff options
Diffstat (limited to 'test/net_test.rb')
| -rw-r--r-- | test/net_test.rb | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/test/net_test.rb b/test/net_test.rb index 3eec454..e00d16a 100644 --- a/test/net_test.rb +++ b/test/net_test.rb @@ -2,15 +2,6 @@ require 'test_helper'  class NetTest < HCl::TestCase -  def setup -    FakeWeb.allow_net_connect = false -    HCl::Net.configure \ -      'login' => 'bob', -      'password' => 'secret', -      'subdomain' => 'bobclock', -      'ssl' => true -  end -    def test_configure      assert_equal 'bob', HCl::Net.login      assert_equal 'secret', HCl::Net.password | 
