root/lang/perl/Catalyst-View-MobileJpFilter/trunk/t/01_filter.t @ 14688

Revision 14688, 160 bytes (checked in by tomi-ru, 5 years ago)

render()を追加、pod, test

Line 
1use strict;
2use Test::More tests => 2;
3
4use FindBin;
5use lib "$FindBin::Bin/lib";
6
7use_ok('Catalyst::Test', 'TestApp');
8
9is get('/hello?q=test'), 'dummy-test';
Note: See TracBrowser for help on using the browser.