Move aggregatable tests using TestApp to t/aggregate.
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_action_for.t
similarity index 93%
rename from t/unit_core_action_for.t
rename to t/aggregate/unit_core_action_for.t
index fe47161..3e75eaa 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 use Test::More;