allegro / handlebars-spring-boot-starter

Spring Boot auto-configuration for Handlebars
Apache License 2.0
109 stars 27 forks source link

Fix assertion in HandlebarsHelpersAutoConfigurationSpec #57

Closed 3750 closed 4 weeks ago

3750 commented 4 weeks ago

This PR fixes assertion in test. spock.lang.Specification#with should be used instead of org.codehaus.groovy.runtime.DefaultGroovyMethods#with. Moreover markdown helper is removed from assertion (see https://github.com/allegro/handlebars-spring-boot-starter/pull/50).