--- trunk/t/02-frey-web.t 2008/07/17 19:11:01 160 +++ trunk/t/02-frey-web.t 2008/07/17 19:33:51 161 @@ -25,7 +25,7 @@ isa_ok( Frey::Web->meta, 'Moose::Meta::Role' ); -ok( my $o = Mock->new( debug => $debug ), 'new' ); +ok( my $o = Mock->new( debug => $debug, inline_smaller_than => 1 ), 'new' ); diag $o->dump(2) if $debug; ok( $o->add_head( '/static/lib/Joose.js' ), 'add_head js' );