Did test and routing fixes and dependency fix

This commit is contained in:
piratefinn 2017-04-24 17:42:07 +01:00
parent 2acee95d86
commit a4ce60407e
12 changed files with 116 additions and 116 deletions

View file

@ -10,6 +10,6 @@ BEGIN {
}
my $t = Test::Mojo->new("Pear::LocalLoop");
$t->get_ok('/')->status_is(200)->content_like(qr/login/i);
$t->get_ok('/')->status_is(200);
done_testing();