refactor of the API and mainly Catalyst::View::Email::Template
[catagits/Catalyst-View-Email.git] / t / 07mason.t
index afa9190..3bfeae3 100644 (file)
@@ -15,7 +15,7 @@ plan tests => 10;
 
 use_ok('Catalyst::Test', 'TestApp');
 
-TestApp->config->{default_view} = 'mason';
+TestApp->config->{default}->{view} = 'mason';
 
 my $response;
 my $time = time;