it('should insert at the top of file', () => {
      const newHeaders = insertCapture(path, templateTopLevel, true);
      expectOrigLastHeader(newHeaders);
      const first = newHeaders.first();
      expect(first.getIn(['titleLine', 'rawTitle'])).toEqual('My task');