summaryrefslogtreecommitdiffstats
path: root/t/helpers.t
diff options
context:
space:
mode:
Diffstat (limited to 't/helpers.t')
-rw-r--r--t/helpers.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/helpers.t b/t/helpers.t
index 55b3b5a..7286371 100644
--- a/t/helpers.t
+++ b/t/helpers.t
@@ -3,6 +3,8 @@ use warnings;
use Test::More;
use Text::Xslate;
+plan skip_all => "unimplemented";
+
my $tx = Text::Xslate->new(syntax => 'Handlebars');
# XXX I'm not sure how helpers should be registered in Perl