it("removes disconnect flag when passed remove flag", function() {
      device.stopOnDisconnect(true, callback);
      expect(device.setTempOptionFlags).to.be.calledWith(0x00, callback);
    });