06confit.t now passes. may/may not want to remove the config shit from the test model
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Email / AppConfig.pm
1 package # Hide from PAUSE
2     TestApp::View::Email::AppConfig;
3
4 use Email::Sender::Simple;
5
6 use base 'Catalyst::View::Email';
7
8 1;