Added recursive -r flag to prove example
[catagits/Catalyst-Runtime.git] / t / component / controller / action / begin.t
index 7e19c44..ede5d34 100644 (file)
@@ -4,9 +4,9 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/../../lib";
+use lib "$FindBin::Bin/../../../lib";
 
-use Test::More no_plan => 1;
+use Test::More tests=>7;
 use Catalyst::Test 'TestApp';