Make TestGitalist do all of the boilerplate crap..
[catagits/Gitalist.git] / t / app-mech-rootpage.t
CommitLineData
08122a3c 1#!/usr/bin/env perl
2use FindBin qw/$Bin/;
3use lib "$Bin/lib";
4use TestGitalist;
5plan 'skip_all' => 'No WWW::Mechanize' unless MECH();
6
7MECH->get_ok('/');
8ok MECH->findnodes_as_string('/html/body');
9
10done_testing;