Version update, fixing Mason test to use a local datadir (failing tests if /tmp/cache...
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Mason.pm
index c25d132..070749f 100644 (file)
@@ -4,4 +4,6 @@ package # Hide me.
 use strict;
 eval "use base 'Catalyst::View::Mason';";
 
+__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );
+
 1;