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 | 73802df72765350089380bb9f51fa33ee5331339 (patch) | |
tree | 60e57c39ba50a11ee233eb8b2396901f7460e891 /lib/custodian/protocoltests.rb | |
parent | a149b22ca1a974eace02e34bfe10fbd8ef7178ea (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' |