it('should insert at the bottom of file', () => {
      const newHeaders = insertCapture(path, templateTopLevel, false);
      expectOrigFirstHeader(newHeaders);
      const last = newHeaders.last();
      expect(last.getIn(['titleLine', 'rawTitle'])).toEqual('My task');