it('should connect socket to default address when not specified', function () {
      target.send('/topic/test', "data")
      socket.connect.should.have.been.calledWith('tcp://127.0.0.1:5558')
    })