source: trunk/LATMOS-Accounts-Web/t/01app.t @ 1570

Last change on this file since 1570 was 94, checked in by nanardon, 15 years ago
  • init web interface
File size: 172 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 2;
4
5BEGIN { use_ok 'Catalyst::Test', 'LATMOS::Accounts::Web' }
6
7ok( request('/')->is_success, 'Request should succeed' );
Note: See TracBrowser for help on using the repository browser.