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