Gitalist

 view release on metacpan or  search on metacpan

t/lib/TestGitalist.pm  view on Meta::CPAN

    ctx_request
    content_like
    action_ok
    action_redirect
    action_notfound
    contenttype_is
/);

sub import {
    my $into = caller();
    strict->import;
    warnings->import;
    goto \&Exporter::import;
}

use constant ();
BEGIN {
    my $mech = eval {
        require Test::WWW::Mechanize::Catalyst;
        require WWW::Mechanize::TreeBuilder;
        my $mech = Test::WWW::Mechanize::Catalyst->new(catalyst_app => 'Gitalist');



( run in 0.346 second using v1.01-cache-2.11-cpan-299005ec8e3 )