private Parser parser;
@Before
public void setUp() throws IOException {
module = new MockedModule();
cfg = new Configuration();
cfg.setDirectoryForTemplateLoading(new File(TubainaBuilder.DEFAULT_TEMPLATE_DIR, "html/"));
cfg.setObjectWrapper(new BeansWrapper());
RegexConfigurator configurator = new RegexConfigurator();