source: trunk/Vote/t/01app.t @ 2

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