]>
iEval git - plack-app-gruntmaster.git/blob - t/mech.t
5 use Test
::More tests
=> 5;
6 use Test
::WWW
::Mechanize
::PSGI
;
8 my $mech = Test
::WWW
::Mechanize
::PSGI
->new(app
=> do 'app.psgi');
10 $mech->title_is('Gruntmaster 6000');
12 $mech->get_ok('/pb/');
13 $mech->title_is('Problems');
14 $mech->content_contains('Spell');
This page took 0.050098 seconds and 4 git commands to generate.