repo.or.cz
/
slists.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit
[slists.git]
/
t
/
controller_Login.t
blob
46236ade130d7e56b4e205348002dd5f16267d4d
1
use strict;
2
use warnings;
3
use Test::More;
4
5
6
use Catalyst::Test 'Slists';
7
use Slists::Controller::Login;
8
9
ok( request('/login')->is_success, 'Request should succeed' );
10
done_testing();