Merge pull request #3651 from solgenomics/topic/solgs/update_si_080721
[sgn.git] / t / unit_mech / Controller / Project / Secretom.t
blobd589bbe10d2a126a33f66bbf7d7e28fbe2586f18
1 use strict;
2 use warnings;
3 use Test::More;
5 use lib 't/lib';
6 use SGN::Test qw/ request /;
7 BEGIN { use_ok 'SGN::Controller::Project::Secretom' }
9 ok( request('/secretom')->is_success, 'Request should succeed' );
10 done_testing();