diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:06:17 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:06:17 +0000 |
commit | 873968aa51aa0b21d484a8fa813daa0fe47bc58f (patch) | |
tree | a969676a88fbbabb8ecf3b02f720821348048b46 /lib/custodian/protocoltest/ssh.rb | |
parent | 746d50d8e5c4cedab8e4c6bb95fef8c990df72bc (diff) |
Updated to require libraries more sanely
Diffstat (limited to 'lib/custodian/protocoltest/ssh.rb')
-rw-r--r-- | lib/custodian/protocoltest/ssh.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/ssh.rb b/lib/custodian/protocoltest/ssh.rb index 78e8e67..792d114 100644 --- a/lib/custodian/protocoltest/ssh.rb +++ b/lib/custodian/protocoltest/ssh.rb @@ -1,3 +1,5 @@ +require 'custodian/protocoltest/tcp' + # # The SSH-protocol test. # |