]>
iEval git - gruntmaster-page.git/blob - t/mech.t
6a30b18dccb8ae799ceafe42035f79040bb2b1df
7 plan skip_all
=> '$ENV{AUTHOR_TESTING} is false, skipping tests' unless $ENV{AUTHOR_TESTING
};
10 use Test
::WWW
::Mechanize
::PSGI
;
12 my $mech = Test
::WWW
::Mechanize
::PSGI
->new(app
=> do 'app.psgi');
14 $mech->title_is('Gruntmaster 6000');
16 $mech->get_ok('/pb/');
17 $mech->title_is('Problems');
18 $mech->content_contains('Spell');
This page took 0.054373 seconds and 3 git commands to generate.