--- trunk/t/02-frey-introspect.t 2008/07/05 15:19:55 53 +++ trunk/t/02-frey-introspect.t 2008/07/08 16:18:39 65 @@ -4,7 +4,7 @@ my $debug = @ARGV ? 1 : 0; -use Test::More tests => 21; +use Test::More tests => 66; use lib 'lib'; #use Devel::LeakTrace::Fast; @@ -16,7 +16,9 @@ use_ok('Frey'); } -foreach my $package ( 'Strix::User', 'Frey' ) { +my $f = Frey->new; + +foreach my $package ( map { warn dump( $_ ); keys %$_ } @{ $f->classes } ) { ok( my $o = Frey::Introspect->new( debug => $debug, package => $package ), 'new' ); isa_ok( $o, 'Frey::Introspect' );