it("#abortMacro calls #command with params", function() {
      sphero.abortMacro(callback);
      expect(sphero.command).to.be.calledOnce;
      expect(sphero.command)
        .to.be.calledWith(0x02, 0x55, null, callback);