summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/02-app.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02-app.t b/t/02-app.t
index 73e738c..40d0d27 100644
--- a/t/02-app.t
+++ b/t/02-app.t
@@ -7,8 +7,8 @@ use Dancer::Test;
 
 plan tests => 3;
 
-setting template => 'xslate';
 setting views   => 't';
+setting template => 'xslate';
 
 ok(
     get '/' => sub {