source: trunk/t/controller_Admin-Voters.t @ 317

Last change on this file since 317 was 315, checked in by nanardon, 14 years ago
  • create a plugin system to get voters from externals base
File size: 225 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Catalyst::Test', 'Epoll' }
6BEGIN { use_ok 'Epoll::Controller::Admin::Voters' }
7
8ok( request('/admin/voters')->is_success, 'Request should succeed' );
9done_testing();
Note: See TracBrowser for help on using the repository browser.