updated: All tests now have a planned count.
[catagits/Catalyst-Runtime.git] / t / component / controller / action / default.t
index 88c32ca..65563cf 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';