Help for this page

Select Code to Download


  1. or download this
    use lib 'lib';
    BEGIN { $ENV{'DANCER_ENVIRONMENT'} = 'testing' }
    ...
    xpath_ok($mech->content, '//h1[text()="Hello"]', 'Has proper title');
    
    done_testing;