--- trunk/t/01-frey-storage.t 2008/11/26 07:57:12 532 +++ trunk/t/01-frey-storage.t 2008/11/27 19:01:13 556 @@ -28,7 +28,7 @@ diag $o->dump(2) if $debug; my $data = { foo => 'bar' }; -my $path = 'var/test.Frey.Storeage.yaml'; +my $path = 'var/test/Frey.Storeage.yaml'; ok( $o->store( $path, $data ), 'store' );