diff options
| author | Steve Kemp <steve@steve.org.uk> | 2013-02-05 17:31:43 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2013-02-05 17:31:43 +0000 | 
| commit | b4df9dfd5b2158368a4f4adee7a010673c4308a6 (patch) | |
| tree | ccadfd99565b63a2a54ace0b51753c36051d476d /lib | |
| parent | f25b3cb61e518297101ec74f79ed5738945d117e (diff) | |
  Fixed name of test.
Diffstat (limited to 'lib')
| -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 ) | 
