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 | 06a4e49a73789d25c715f9ff6c6c5c679f292c7c (patch) | |
tree | 82a59c623cb9158fd1a2f7fec31f180680d4c62f /lib | |
parent | a740f2da418f792d3a119420490ce67fad5c1d18 (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 ) |