diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-27 16:50:46 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-27 16:50:46 +0000 | 
| commit | 439eb2c01203845ed55388f51b4ca68899e500f3 (patch) | |
| tree | f6fa6d6f23fdf4efd0af7f783fd57a7edf0c91eb /lib/custodian | |
| parent | 0a734c06e4dd0d79975adfd97f7e709c579a1d00 (diff) | |
 Ensure the telnet test is loaded.
Diffstat (limited to 'lib/custodian')
| -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 2d6a5fc..1511fc2 100644 --- a/lib/custodian/protocoltests.rb +++ b/lib/custodian/protocoltests.rb @@ -21,6 +21,7 @@ require 'custodian/protocoltest/pop3'  require 'custodian/protocoltest/rsync'  require 'custodian/protocoltest/ssh'  require 'custodian/protocoltest/smtp' +require 'custodian/protocoltest/telnet'  # | 
