--- trunk/t/02-frey-introspect.t 2008/11/20 10:55:56 471 +++ trunk/t/02-frey-introspect.t 2008/11/20 11:13:43 472 @@ -4,7 +4,7 @@ my $debug = @ARGV ? 1 : 0; -use Test::More tests => 45; +use Test::More tests => 35; use lib 'lib'; #use Devel::LeakTrace::Fast; @@ -38,12 +38,9 @@ is( $o->meta->name, 'Frey::Introspect', 'meta->name' ); ok( defined $o->debug, 'debug' ); - ok( ! $o->path, 'no path' ); ok( my $js = $o->joose, 'joose' ); diag dump( $js ) if $debug; - ok( $o->path, 'path' ); - last unless --$more; }