Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed directory test
  • Loading branch information
kraih committed Jul 19, 2012
1 parent 50c9613 commit 369c1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/app.t
Expand Up @@ -231,7 +231,7 @@ $t->get_ok('/another/file')->status_is(200)
->content_type_is('text/plain')->content_like(qr/Hello Mojolicious!/);

# Static directory /another
$t->get_ok('/hidden')->status_is(404)
$t->get_ok('/another')->status_is(404)
->header_is(Server => 'Mojolicious (Perl)')
->header_is('X-Powered-By' => 'Mojolicious (Perl)');

Expand Down

0 comments on commit 369c1bd

Please sign in to comment.