diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-08-05 20:38:30 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-08-05 20:38:30 +0100 |
commit | 7856c1a1e02a8b5a218088b16569929047323370 (patch) | |
tree | 37900c2ae9e309be8383c49861569b97dbe282c1 /lib/custodian/protocoltests.rb | |
parent | 7d53524988106819d9f75678819b427e1a49d378 (diff) |
DNSBL test.
Diffstat (limited to 'lib/custodian/protocoltests.rb')
-rw-r--r-- | lib/custodian/protocoltests.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltests.rb b/lib/custodian/protocoltests.rb index cd5eea5..8b236c8 100644 --- a/lib/custodian/protocoltests.rb +++ b/lib/custodian/protocoltests.rb @@ -12,6 +12,7 @@ # require 'custodian/protocoltest/tcp' require 'custodian/protocoltest/dns' +require 'custodian/protocoltest/dnsbl' require 'custodian/protocoltest/ftp' require 'custodian/protocoltest/http' require 'custodian/protocoltest/jabber' |