diff options
| author | Zack Hobson | 2013-12-26 16:34:38 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-26 16:38:11 -0800 | 
| commit | 3dc60c4b324b58f5f3539842038fc9238ba29d47 (patch) | |
| tree | 2e4f1bffdf8c0e25d6b8387dd0272bc198f272bb /test/net_test.rb | |
| parent | 5662c7eb3ddba718c2dd18b5831af3eab23d93e1 (diff) | |
| download | hcl-3dc60c4b324b58f5f3539842038fc9238ba29d47.tar.bz2 | |
task: more test coverage
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 | 
