summaryrefslogtreecommitdiffstats
path: root/t/partials.t
diff options
context:
space:
mode:
Diffstat (limited to 't/partials.t')
-rw-r--r--t/partials.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/partials.t b/t/partials.t
index ad7f7d9..84ebe58 100644
--- a/t/partials.t
+++ b/t/partials.t
@@ -5,7 +5,6 @@ use lib 't/lib';
use Test::More;
use Test::Handlebars;
-{ local $TODO = "unimplemented";
render_ok(
{
path => [ { 'dude.tx' => '{{#this}}{{name}} ({{url}}) {{/this}}' } ],
@@ -20,7 +19,6 @@ render_ok(
'Dudes: Yehuda (http://yehuda) Alan (http://alan) ',
"passing a context to partials"
);
-}
render_ok(
{