refactor of the API and mainly Catalyst::View::Email::Template
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Mason.pm
index c25d132..d3a3b34 100644 (file)
@@ -4,4 +4,6 @@ package # Hide me.
 use strict;
 eval "use base 'Catalyst::View::Mason';";
 
+eval "__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );";
+
 1;