diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-31 09:53:02 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-31 09:53:02 +0000 |
commit | ac0cfd6f56b3b49e098ea88ff4ab4d4425053792 (patch) | |
tree | fa9c6f175afe877e87e34700a103236940ee4f34 /lib/custodian/protocoltests.rb | |
parent | 1f71214ef150ddf7ba6d8b40a7f6d5ebb1d6ad07 (diff) |
Added redis protocol 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 1511fc2..b3f96e0 100644 --- a/lib/custodian/protocoltests.rb +++ b/lib/custodian/protocoltests.rb @@ -18,6 +18,7 @@ require 'custodian/protocoltest/jabber' require 'custodian/protocoltest/ldap' require 'custodian/protocoltest/ping' require 'custodian/protocoltest/pop3' +require 'custodian/protocoltest/redis' require 'custodian/protocoltest/rsync' require 'custodian/protocoltest/ssh' require 'custodian/protocoltest/smtp' |