Added log in/log out session functionality, added tests, updated schema and amended old tests.
This commit is contained in:
parent
31fcb1bde8
commit
92bb78faba
7 changed files with 620 additions and 24 deletions
|
@ -5,6 +5,6 @@ use FindBin;
|
|||
require "$FindBin::Bin/../foodloopserver.pl";
|
||||
|
||||
my $t = Test::Mojo->new;
|
||||
$t->get_ok('/')->status_is(200)->content_like(qr/server/);
|
||||
$t->get_ok('/login')->status_is(200)->content_like(qr/login page/);
|
||||
|
||||
done_testing();
|
||||
done_testing();
|
||||
|
|
Reference in a new issue