root/veekun/trunk/t/controller_Gallery.t

Revision 34, 207 bytes (checked in by eevee, 21 months ago)

Created the first few bits of an actual gallery script.

Line 
1use strict;
2use warnings;
3use Test::More tests => 3;
4
5BEGIN { use_ok 'Catalyst::Test', 'Vee' }
6BEGIN { use_ok 'Vee::Controller::Gallery' }
7
8ok( request('/gallery')->is_success, 'Request should succeed' );
9
Note: See TracBrowser for help on using the browser.