it('should detect version 1 with a version 1 .template index', function (done) {
            var fileIn = './upgradeInputs/templateIndexTo2IN.js';

            bulkFunction(fileIn, '.template', function(error) {
                should.not.exist(error);