about summary refs log tree commit diff
path: root/t/lib
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2012-01-24 20:39:18 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2012-01-24 20:39:18 -0800
commitbf95acf2b686ea4556a2570ce65b1c615bcc7a3f (patch)
tree681483fa3d504f49ba66d30dd2af07ee1dd89352 /t/lib
parentDetect Winxed-based build systems + test suites (diff)
downloadjitterbug-bf95acf2b686ea4556a2570ce65b1c615bcc7a3f.tar.gz
Try to get stuff working with Dancer 1.3x, but still nagged by a few failing tests in t/002_index_route.t new_dancer
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/jitterbug/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/jitterbug/Test.pm b/t/lib/jitterbug/Test.pm
index 2326e83..652fa79 100644
--- a/t/lib/jitterbug/Test.pm
+++ b/t/lib/jitterbug/Test.pm
@@ -35,7 +35,7 @@ sub _setting {
     setting views    => 'views';
     setting engines  => {
         xslate => {
-            path  => '/',
+            path  => [ '/' ],
             type  => 'text',
             cache => 0,
         }