source: trunk/t/controller_Ballot.t @ 451

Last change on this file since 451 was 242, checked in by nanardon, 15 years ago
  • rename Vote module to Epoll (#16)
File size: 210 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 3;
4
5BEGIN { use_ok 'Catalyst::Test', 'Epoll' }
6BEGIN { use_ok 'Epoll::Controller::Ballot' }
7
8ok( request('/ballot')->is_redirect, 'Request should succeed' );
9
10
Note: See TracBrowser for help on using the repository browser.