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