Cleanups
[catagits/Catalyst-Plugin-Cache.git] / t / config_backend_class.t
index 82812d2..a0c0355 100644 (file)
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More;
 
-use ok "Catalyst::Plugin::Cache";
+use_ok "Catalyst::Plugin::Cache";
 
 {
     package MockApp;
@@ -35,3 +35,5 @@ ok( $registered, "registered a backend" );
 
 is_deeply( $registered, MyCache->new({ param => "foo" }), "params sent correctly" );
 
+done_testing;
+