Static::Simple, fixed warning in test, perlcritic tweaks
[catagits/Catalyst-Plugin-Static-Simple.git] / t / 01use.t
index af14283..3c60dd1 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,3 +1,4 @@
-use Test::More tests => 1;
+use Test::More tests => 2;
 
+use_ok('Catalyst');
 use_ok('Catalyst::Plugin::Static::Simple');