source: trunk/t/controller_Ajax.t @ 451

Last change on this file since 451 was 255, checked in by nanardon, 14 years ago
  • use prototype to validate poll date
File size: 205 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 3;
4
5BEGIN { use_ok 'Catalyst::Test', 'Epoll' }
6BEGIN { use_ok 'Epoll::Controller::Ajax' }
7
8ok( request('/ajax')->is_success, 'Request should succeed' );
9
10
Note: See TracBrowser for help on using the repository browser.