From ec1f85656aab83a0b0784f87cc6ff4eb2421e789 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 27 Sep 2012 12:28:24 -0500 Subject: need done_testing --- t/001-basic.t | 2 ++ t/002-expressions.t | 2 ++ t/003-safestring.t | 2 ++ t/004-helpers.t | 1 + 4 files changed, 7 insertions(+) (limited to 't') diff --git a/t/001-basic.t b/t/001-basic.t index f03c45c..3873076 100644 --- a/t/001-basic.t +++ b/t/001-basic.t @@ -12,3 +12,5 @@ is( ), 'Hello, Handlebars world!', ); + +done_testing; diff --git a/t/002-expressions.t b/t/002-expressions.t index 433a7fc..afe66d8 100644 --- a/t/002-expressions.t +++ b/t/002-expressions.t @@ -28,3 +28,5 @@ is( ), '

Deprecated syntax does not

', ); + +done_testing; diff --git a/t/003-safestring.t b/t/003-safestring.t index bb51ce3..77aa7de 100644 --- a/t/003-safestring.t +++ b/t/003-safestring.t @@ -31,3 +31,5 @@ is( ), '

All About <p> Tags

This is a post about <p> tags

', ); + +done_testing; diff --git a/t/004-helpers.t b/t/004-helpers.t index c9641e6..55b3b5a 100644 --- a/t/004-helpers.t +++ b/t/004-helpers.t @@ -44,3 +44,4 @@ is( '', ); +done_testing; -- cgit v1.2.3-54-g00ecf