removed templates from test_files directory to use templates from assets directory in tests

This commit is contained in:
Manuel Carmona
2017-04-20 08:12:56 +02:00
parent 7b7157e061
commit 63d4d9bf24
8 changed files with 15 additions and 125 deletions

View File

@ -16,7 +16,7 @@ func Documentation(data []byte, documentationTmplPath, documentationTmplName, co
}
buf := &bytes.Buffer{}
if err := executeVendorTemplate(buf, regexpList, documentationTmplPath, documentationTmplName, commit); err != nil {
if err := executeDocumentationTemplate(buf, regexpList, documentationTmplPath, documentationTmplName, commit); err != nil {
return nil, err
}