removed that rat bastard Email::Send::Test stuff
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email.pm
index dc737a3..bc503e3 100644 (file)
@@ -1,13 +1,12 @@
 package # Hide from PAUSE
     TestApp::View::Email;
 
-use Email::Send::Test;
 
 use base 'Catalyst::View::Email';
 
 __PACKAGE__->config(
     sender => {
-        method => 'Test'
+        mailer => 'Test'
     },
 );