Add tests which should fail, but don't.
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Serialize.pm
index 923885e..432f91c 100644 (file)
@@ -4,18 +4,20 @@ use FindBin;
 
 use lib ("$FindBin::Bin/../lib");
 
-use strict;
-use warnings;
+use Moose;
+use namespace::autoclean;
 
 use Catalyst::Runtime '5.70';
 
 use Catalyst;
+use Test::Catalyst::Log;
 
 __PACKAGE__->config(
     name => 'Test::Serialize',
 );
 
 __PACKAGE__->setup;
+__PACKAGE__->log( Test::Catalyst::Log->new );
 
 1;