source: server/trunk/web/t/controller_Admin-Maintenance.t @ 374

Last change on this file since 374 was 281, checked in by nanardon, 13 years ago
  • kill test over non existing url
File size: 162 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Catalyst::Test', 'Sophie' }
6BEGIN { use_ok 'Sophie::Controller::Admin::Maintenance' }
7
8done_testing();
Note: See TracBrowser for help on using the repository browser.