Include Handlebars.Net.Helpers project (#456)

* wip

* h 100

* rename

* csproj
This commit is contained in:
Stef Heyenrath
2020-05-17 19:55:06 +02:00
committed by GitHub
parent 6938b6f73c
commit f26bf62a13
13 changed files with 76 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ namespace WireMock.Transformers
{
var handlebars = Handlebars.Create(HandlebarsConfiguration);
HandlebarsHelpers.Register(handlebars, _fileSystemHandler);
WireMockHandlebarsHelpers.Register(handlebars, _fileSystemHandler);
_action?.Invoke(handlebars, _fileSystemHandler);