summaryrefslogtreecommitdiff
path: root/t/005_builder.t
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/005_builder.t
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.tnew_dancer
Diffstat (limited to 't/005_builder.t')
-rw-r--r--t/005_builder.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/005_builder.t b/t/005_builder.t
index 7888417..de7dbbb 100644
--- a/t/005_builder.t
+++ b/t/005_builder.t
@@ -41,7 +41,7 @@ jitterbug::Test->init();
'engines' => {
'xslate' => {
'type' => 'text',
- 'path' => '/',
+ 'path' => [ '/' ],
'cache' => '0'
}
},