A couple of small tweaks revolving around WWW::Mechanize.
[catagits/Gitalist.git] / t / app-mech-rootpage.t
index 8be8cf3..89143b4 100644 (file)
@@ -2,7 +2,7 @@
 use FindBin qw/$Bin/;
 use lib "$Bin/lib";
 use TestGitalist;
-plan 'skip_all' => 'No WWW::Mechanize' unless MECH();
+plan 'skip_all' => 'Either Test::WWW::Mechanize::Catalyst or WWW::Mechanize::TreeBuilder not present' unless MECH();
 
 MECH->get_ok('/');
 {