Added recursive -r flag to prove example
[catagits/Catalyst-Runtime.git] / t / plugin / loaded.t
index faa73eb..2c3a07d 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use FindBin;
 use lib "$FindBin::Bin/../lib";
 
-use Test::More no_plan => 1;
+use Test::More tests => 5;
 use Catalyst::Test 'TestApp';