summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/lib/Test/Handlebars.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/Test/Handlebars.pm b/t/lib/Test/Handlebars.pm
index 25b22d9..ececc41 100644
--- a/t/lib/Test/Handlebars.pm
+++ b/t/lib/Test/Handlebars.pm
@@ -35,6 +35,8 @@ sub _render_ok {
my $opts = ref($_[0]) && ref($_[0]) eq 'HASH' ? shift : {};
my ($template, $env, $expected, $desc) = @_;
+ $opts->{cache} = 0;
+
my $tx = Text::Handlebars->new(%$opts);
my $exception = exception {