diff options
Diffstat (limited to 'lib/custodian/protocoltest/jabber.rb')
-rw-r--r-- | lib/custodian/protocoltest/jabber.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/jabber.rb b/lib/custodian/protocoltest/jabber.rb index c8235fc..e043481 100644 --- a/lib/custodian/protocoltest/jabber.rb +++ b/lib/custodian/protocoltest/jabber.rb @@ -13,8 +13,8 @@ require 'custodian/protocoltest/tcp' # The specification of the port is optional, and defaults to 5222. # module Custodian - module ProtocolTest + module ProtocolTest class JABBERTest < TCPTest |