source: branches/1/t/controller_Vote.t @ 479

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