]>
iEval git - gruntmaster-page.git/blob - t/mech.t
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.048078 seconds and 4 git commands to generate.