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/tcp.rb | |
parent | 746d50d8e5c4cedab8e4c6bb95fef8c990df72bc (diff) |
Updated to require libraries more sanely
Diffstat (limited to 'lib/custodian/protocoltest/tcp.rb')
-rw-r--r-- | lib/custodian/protocoltest/tcp.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/tcp.rb b/lib/custodian/protocoltest/tcp.rb index 1849f21..4f80b42 100644 --- a/lib/custodian/protocoltest/tcp.rb +++ b/lib/custodian/protocoltest/tcp.rb @@ -1,3 +1,5 @@ + +require 'custodian/testfactory.rb' require 'socket' require 'timeout' |