Remove exectuable bit from model; clean up in test
This commit is contained in:
parent
d20295741c
commit
067b2918b4
0
lib/GuestbookNg/Model/Test.pm
Executable file → Normal file
0
lib/GuestbookNg/Model/Test.pm
Executable file → Normal file
|
@ -10,6 +10,6 @@ my $t = Test::Mojo->new($script);
|
||||||
# Just make sure we get a 200 OK for now
|
# Just make sure we get a 200 OK for now
|
||||||
$t->get_ok('/')->status_is(200);
|
$t->get_ok('/')->status_is(200);
|
||||||
$t->get_ok('/test')->status_is(200);
|
$t->get_ok('/test')->status_is(200);
|
||||||
$t->post_ok('/test' => form => {string => 'a'})->status_is(200);
|
$t->post_ok('/test', form => {string => 'a'})->status_is(200);
|
||||||
|
|
||||||
done_testing();
|
done_testing();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user