summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-14 00:55:57 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-14 00:55:57 -0600
commita9fee5c8d349795d55ca01821420f198a1e07f3b (patch)
treec2336c21c9067aa5a049bb4ab22ec99ca23041e2
parent8211849329fade0e26739bbe86f80f6991c8f4cb (diff)
downloadox-view-tt-a9fee5c8d349795d55ca01821420f198a1e07f3b.tar.gz
ox-view-tt-a9fee5c8d349795d55ca01821420f198a1e07f3b.zip
need to override can too
-rw-r--r--t/01-basic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index c1a2994..ef89f37 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -28,6 +28,7 @@ use Path::Class ();
my $defaults = $r->env->{'plack.router.match'}->mapping;
$self->render($r, $template, $defaults);
}
+ sub can { 1 }
}
{