google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

Improve configuration of FreeMarker #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(09:14:45 PM) ipolevoy@gmail.com/102ED2CB: ...I should probably think it over
(09:14:55 PM) ipolevoy@gmail.com/102ED2CB: maybe a better solution is necessary
(09:15:13 PM) ipolevoy@gmail.com/102ED2CB: something like a 
FreeMarkerConfig.init()   - in tests  this needs to be called automatically in 
cases where integrateViews() is set.
(09:15:21 PM) ipolevoy@gmail.com/102ED2CB: where you register all your tags
(09:15:28 PM) ipolevoy@gmail.com/102ED2CB: and this is called in SpecHelper
(09:15:31 PM) ipolevoy@gmail.com/102ED2CB: always
(09:15:58 PM) ipolevoy@gmail.com/102ED2CB: do that you had the same tags 
available in tests, as at runtime, even if you do not have filters
(09:16:09 PM) ipolevoy@gmail.com/102ED2CB: this is because pages can/do have 
tags

Original issue reported on code.google.com by ipolevoy@gmail.com on 16 Apr 2011 at 6:01

GoogleCodeExporter commented 9 years ago
added AbstractFreeMarkerConfig class for easy configuration

Original comment by ipolevoy@gmail.com on 15 May 2011 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 15 May 2011 at 4:41