diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2012-01-24 20:39:18 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2012-01-24 20:39:18 -0800 |
| commit | bf95acf2b686ea4556a2570ce65b1c615bcc7a3f (patch) | |
| tree | 681483fa3d504f49ba66d30dd2af07ee1dd89352 /t/005_builder.t | |
| parent | Detect Winxed-based build systems + test suites (diff) | |
| download | jitterbug-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.t | 2 |
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' } }, |
