summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/01-basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index f3f5987..3312547 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -60,7 +60,7 @@ use Path::Class ();
content => 'Hello world',
);
route '/foo' => 'root.foo';
- }, (root => depends_on('controller'));
+ }, (root => 'controller');
}
my $foo = Foo->new;