summaryrefslogtreecommitdiff
path: root/spec/unit/renderer/read_template_path_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29Add default value for default templatesStormwind1-0/+11
If a template has no type specifcation in it's name, then we use 'default' as map name now.
2012-11-26now the renderer correctly saves all templatesGibheer1-5/+5
Before this fix the renderer was not able to save the templates and types in the correct way. It still needs some cleanup, but it works now.
2012-11-26first commit for the new rendererGibheer1-0/+42
This part handles the building of the template tree, which then gets used later by the containers.