root/veekun/trunk/t/controller_Style.t

Revision 109, 203 bytes (checked in by eevee, 20 months ago)

Merged layout branch into trunk. Layout branch is now dead.

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