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