--- trunk/t/01-frey-storage.t 2008/11/05 08:21:10 300 +++ trunk/t/01-frey-storage.t 2008/11/05 09:50:14 301 @@ -28,7 +28,7 @@ diag $o->dump(2) if $debug; my $data = { foo => 'bar' }; -my $path = 'var/test.Frey.Storeage'; +my $path = 'var/test.Frey.Storeage.yaml'; ok( $o->store( $path, $data ), 'store' );