refactor of the API and mainly Catalyst::View::Email::Template
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email.pm
index dc737a3..d3ca6f8 100644 (file)
@@ -7,7 +7,7 @@ use base 'Catalyst::View::Email';
 
 __PACKAGE__->config(
     sender => {
-        method => 'Test'
+        mailer => 'Test'
     },
 );