engine.find = function(paths) {
          expect(paths).to.have.members(['./']);
          done();
        };