removed debug shit
[catagits/Catalyst-View-Email.git] / t / lib / TestApp.pm
index 8443301..8412eb2 100644 (file)
@@ -5,7 +5,8 @@ use Catalyst;
 use FindBin;
 
 TestApp->config(
-    root => "$FindBin::Bin/root",
+    root            => "$FindBin::Bin/root",
+    default_view    => 'TT',
     'View::Email::AppConfig' => {
         sender => {
             mailer => 'Test',
@@ -16,6 +17,7 @@ TestApp->config(
         sender => {
             mailer => 'Test',
         },
+               content_type => 'text/html',
         default => {
             view => 'TT',
         },