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 | a3ca08443ccfe8c325c45b849f85b96f3b931299 (patch) | |
tree | a969676a88fbbabb8ecf3b02f720821348048b46 /lib/custodian/protocoltest/smtp.rb | |
parent | dd743865cf6c63e8bc8e598598d602177ffb85eb (diff) |
Updated to require libraries more sanely
Diffstat (limited to 'lib/custodian/protocoltest/smtp.rb')
-rw-r--r-- | lib/custodian/protocoltest/smtp.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/smtp.rb b/lib/custodian/protocoltest/smtp.rb index 2e1e1e6..374db6c 100644 --- a/lib/custodian/protocoltest/smtp.rb +++ b/lib/custodian/protocoltest/smtp.rb @@ -1,3 +1,6 @@ +require 'custodian/protocoltest/tcp' + + # # The SMTP-protocol test. # |