diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-02-05 17:22:17 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-02-05 17:22:17 +0000 |
commit | f25b3cb61e518297101ec74f79ed5738945d117e (patch) | |
tree | 146201a6939c20679189b5ed930debd1bc3907e5 /lib/custodian/protocoltests.rb | |
parent | 325b65727351368d725ea8b7d1e0922cd94bd58f (diff) |
Fixed.
--HG--
rename : lib/custodian/protocoltest/opensmtprelay.rb => lib/custodian/protocoltest/smtprelay.rb
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 b3f96e0..7ba77e0 100644 --- a/lib/custodian/protocoltests.rb +++ b/lib/custodian/protocoltests.rb @@ -22,6 +22,7 @@ require 'custodian/protocoltest/redis' require 'custodian/protocoltest/rsync' require 'custodian/protocoltest/ssh' require 'custodian/protocoltest/smtp' +require 'custodian/protocoltest/smtprelay.rb' require 'custodian/protocoltest/telnet' |