summaryrefslogtreecommitdiffstats
path: root/t/mustache.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mustache.t')
-rw-r--r--t/mustache.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/mustache.t b/t/mustache.t
index bbd9227..8034db2 100644
--- a/t/mustache.t
+++ b/t/mustache.t
@@ -152,9 +152,8 @@ RENDERED
"comments"
);
-{ local $TODO = "unimplemented";
render_file_ok(
- { path => ['t/mustache/partials'] },
+ { path => ['t/mustache/partials'], suffix => '.mustache' },
'base.mustache',
{
names => [
@@ -171,7 +170,6 @@ render_file_ok(
EXPECTED
"partials"
);
-}
render_ok(
<<'TEMPLATE',