Minor refactor of the way generate_part works, having the default attribute merging...
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / Controller / Root.pm
index ac9cee6..4e95693 100644 (file)
@@ -126,6 +126,7 @@ sub mason_email : Global('mason_email') {
         to      => 'test-email@example.com',
         from    => 'no-reply@example.com',
         subject => 'Just a test',
+        view    => 'Mason',
         templates => [
             {
                 template        => 'text_plain/test.m',