it("#enableSsbAsyncMsg calls #command with params", function() {
      sphero.enableSsbAsyncMsg(0x01, callback);
      expect(sphero.command).to.be.calledOnce;
      expect(sphero.command).to.be.calledWith(0x02, 0x4F, [0x01], callback);
    });