source: server/trunk/web/t/controller_Ajax-Forms.t @ 374

Last change on this file since 374 was 77, checked in by nanardon, 14 years ago
  • add distrib selection to explorer
File size: 223 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Catalyst::Test', 'Sophie' }
6BEGIN { use_ok 'Sophie::Controller::Ajax::Forms' }
7
8ok( request('/ajax/forms')->is_success, 'Request should succeed' );
9done_testing();
Note: See TracBrowser for help on using the repository browser.