summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-05 17:02:06 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-05 17:02:06 -0500
commitf805baad91b66f47885160afaed141a4e4c5fa67 (patch)
tree27bed1432b7b24fef2530aceefc43ada6166fcb0 /t
parent7ed1c283ee25388f117f820d40317d749bd40b54 (diff)
downloadtext-handlebars-f805baad91b66f47885160afaed141a4e4c5fa67.tar.gz
text-handlebars-f805baad91b66f47885160afaed141a4e4c5fa67.zip
why was i defining things there?
Diffstat (limited to 't')
-rw-r--r--t/helpers-examples.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/helpers-examples.t b/t/helpers-examples.t
index 73c053a..1df8e99 100644
--- a/t/helpers-examples.t
+++ b/t/helpers-examples.t
@@ -7,7 +7,6 @@ use Test::Handlebars;
use Text::Xslate 'mark_raw';
-{ local $TODO = "unimplemented";
render_ok(
{
function => {
@@ -92,6 +91,5 @@ TEMPLATE
RENDERED
"example"
);
-}
done_testing;