0
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Gibheer a3caf9ac06 add partial render method
This enables the user to render partial templates to embed them into
other templates and the like.
2013-09-03 08:45:55 +02:00
Gibheer 7fd2f6b25b reworked the renderer
The renderer is now a bit smaller and asks the TemplateFinder for the
actual resources. That way it can just concentrate on rendering instead
of finding out, which stuff actually exists and which not.
2013-02-27 22:27:02 +01:00
Gibheer 714c540e4b reworked parts of the template finder
The template finder is now the instance to ask for templates. It was
already looking for them, so it should be able to handle questions
regarding the existence of templates too.
2013-02-27 21:15:05 +01:00
Gibheer a6fa1475a2 cleanup old specs 2013-02-12 08:39:45 +01:00
Gibheer f18ab69a91 extracted the building of template tree
This step is a preparation to extend the functionality of the renderer.
To make the main class easier, the search for templates and building of
the tree is extracted into its own class.
2013-02-12 08:29:33 +01:00
Gibheer 1133c4106f rename spec for mutant
That kills 52 mutations!
2013-02-04 18:03:43 +01:00
Stormwind 3a82183563 Improve test structure
Created folder spec/unit/zero and moved all unittest into this folder.
2013-01-06 20:24:39 +01:00