source: trunk/t/controller_Admin.t @ 479

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