source: trunk/t/01app.t @ 242

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