Bump to v0.06, adding in Mason tests and better config handling
[catagits/Catalyst-View-Email.git] / t / lib / TestApp.pm
index 736e8cd..3789de3 100644 (file)
@@ -12,6 +12,12 @@ TestApp->config(
             method => 'Test',
         },
     },
+    'View::Email::Template::AppConfig' => {
+        stash_key => 'template_email',
+        sender => {
+            method => 'Test',
+        },
+    },
 );
 
 TestApp->setup;