- fixed a typo in a the chosen view debug message
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / Controller / Root.pm
index fcaab54..ac9cee6 100644 (file)
@@ -128,12 +128,12 @@ sub mason_email : Global('mason_email') {
         subject => 'Just a test',
         templates => [
             {
-                template        => 'text_plain/test.tt',
+                template        => 'text_plain/test.m',
                 content_type    => 'text/plain',
             },
             {
                 view            => 'Mason',
-                template        => 'text_html/test.tt',
+                template        => 'text_html/test.m',
                 content_type    => 'text/html',
             },
         ],