--- trunk/t/05-frey-json.t 2008/11/19 15:28:23 455 +++ trunk/t/05-frey-json.t 2008/11/19 19:28:09 467 @@ -10,10 +10,10 @@ use Data::Dump qw/dump/; BEGIN { - use_ok('Frey::JSON'); + use_ok('Frey::View::JSON'); } -ok( my $o = Frey::JSON->new( data => { foo => 'bar' } ), 'new' ); +ok( my $o = Frey::View::JSON->new( data => { foo => 'bar' } ), 'new' ); ok( my $markup = $o->as_markup, 'markup' ); diag $markup if $debug; like( $markup, qr/foo.*bar/, 'correct' );