--- trunk/t/02-frey-web.t 2008/11/20 12:56:37 476 +++ trunk/t/02-frey-web.t 2008/11/26 02:35:59 527 @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 24; +use Test::More tests => 25; use lib 'lib'; use Data::Dump qw/dump/; @@ -43,6 +43,7 @@ like( $html, qr{text/javascript.*\.js}, 'have js' ); like( $html, qr{text/css.*\.css}, 'have css' ); like( $html, qr{head html}, 'have html' ); +like( $html, qr{icon}, 'have icon' ); html_ok( $html, 'html lint' );