summaryrefslogtreecommitdiffstats
path: root/t/helpers.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-02 14:46:41 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-02 14:46:41 -0500
commitd6dcf220d57e4fbdb736121acb19a83f485fa158 (patch)
treef3aeb4151c9cb767cf424cccfb8cc74264cd042f /t/helpers.t
parent09ed3913a9bf4059f7e7b72e2c9ee4488251979a (diff)
downloadtext-handlebars-d6dcf220d57e4fbdb736121acb19a83f485fa158.tar.gz
text-handlebars-d6dcf220d57e4fbdb736121acb19a83f485fa158.zip
clean up tests
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