Move aggregatable tests using TestApp to t/aggregate.
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_uri_for_action.t
similarity index 99%
rename from t/unit_core_uri_for_action.t
rename to t/aggregate/unit_core_uri_for_action.t
index a0297f4..9b84582 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;