Skip to content

Commit

Permalink
fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 19, 2012
1 parent 6cce3a2 commit fb87ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/lib/MojoliciousTest.pm
Expand Up @@ -128,7 +128,7 @@ sub startup {
# /test8 (controller class)
$r->route('/test8')->to(controller => 'Foo::Bar', action => 'test');

# /test9 (controller in additional namespace)
# /test9 (controller in development namespace)
$r->route('/test9')->to('bar#index');

# /withblock (template with blocks)
Expand Down

0 comments on commit fb87ecb

Please sign in to comment.