Merge 'email-sender-porting' into 'trunk'
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email / Template.pm
index e7d6ee2..25b1a3e 100644 (file)
@@ -6,10 +6,10 @@ use base 'Catalyst::View::Email::Template';
 
 __PACKAGE__->config(
     sender => {
-        method => 'Test'
+        mailer => 'Test'
     },
     stash_key       => 'email',
-    template_prefix => ''
+    template_prefix => '',
 );
 
 1;