removed debug shit
[catagits/Catalyst-View-Email.git] / t / lib / TestApp.pm
index 736e8cd..8412eb2 100644 (file)
@@ -5,11 +5,21 @@ use Catalyst;
 use FindBin;
 
 TestApp->config(
-    root => "$FindBin::Bin/root",
-    default_view => 'TT',
+    root            => "$FindBin::Bin/root",
+    default_view    => 'TT',
     'View::Email::AppConfig' => {
         sender => {
-            method => 'Test',
+            mailer => 'Test',
+        },
+    },
+    'View::Email::Template::AppConfig' => {
+        stash_key => 'template_email',
+        sender => {
+            mailer => 'Test',
+        },
+               content_type => 'text/html',
+        default => {
+            view => 'TT',
         },
     },
 );