test/test_helper.rb in stomp-1.4.5 vs test/test_helper.rb in stomp-1.4.6

- old
+ new

@@ -45,10 +45,10 @@ (ENV['STOMP_PORT'] || 61613).to_i end # Get SSL port def ssl_port - (ENV['STOMP_SSLPORT'] || 61612).to_i + (ENV['STOMP_SSLPORT'] || 61611).to_i end # Helper for minitest on 1.9 def caller_method_name parse_caller(caller(2).first).last