diff options
Diffstat (limited to 'lib/custodian/protocoltest')
| -rw-r--r-- | lib/custodian/protocoltest/smtprelay.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/custodian/protocoltest/smtprelay.rb b/lib/custodian/protocoltest/smtprelay.rb index 868ccf6..9b144db 100644 --- a/lib/custodian/protocoltest/smtprelay.rb +++ b/lib/custodian/protocoltest/smtprelay.rb @@ -6,7 +6,7 @@ module Custodian    module ProtocolTest -    class RelayTest < TCPTest +    class SMTPRelayTest < TCPTest        # save away state from the configuration line.        def initialize( line ) | 
