diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-26 16:04:31 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-26 16:04:31 +0000 |
commit | 368976b0b1a9c85100811d6f5304840c54a420a1 (patch) | |
tree | 4a793287a2edc64003b70a518febe7b52261dfe4 /lib/custodian/protocoltest | |
parent | c61f9735c8b5be297c6114d8f2067adf42566b9e (diff) |
Ensure we load the resolving library
Diffstat (limited to 'lib/custodian/protocoltest')
-rw-r--r-- | lib/custodian/protocoltest/dns.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/dns.rb b/lib/custodian/protocoltest/dns.rb index 3ac75a4..d491633 100644 --- a/lib/custodian/protocoltest/dns.rb +++ b/lib/custodian/protocoltest/dns.rb @@ -1,3 +1,4 @@ +require 'resolv' # # The DNS-protocol test. |