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

Last change on this file since 1570 was 139, checked in by nanardon, 15 years ago
  • add a create subsection, first step around user creation
  • Property svn:keywords set to Id Rev
File size: 241 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 3;
4
5BEGIN { use_ok 'Catalyst::Test', 'LATMOS::Accounts::Web' }
6BEGIN { use_ok 'LATMOS::Accounts::Web::Controller::Create' }
7
8ok( request('/create')->is_success, 'Request should succeed' );
9
10
Note: See TracBrowser for help on using the repository browser.