repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #3651 from solgenomics/topic/solgs/update_si_080721
[sgn.git]
/
t
/
unit_mech
/
Controller
/
Project
/
Secretom.t
blob
d589bbe10d2a126a33f66bbf7d7e28fbe2586f18
1
use strict;
2
use warnings;
3
use Test::More;
4
5
use lib 't/lib';
6
use SGN::Test qw/ request /;
7
BEGIN { use_ok 'SGN::Controller::Project::Secretom' }
8
9
ok( request('/secretom')->is_success, 'Request should succeed' );
10
done_testing();