Move aggregatable tests using TestApp to t/aggregate.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_body.t
similarity index 98%
rename from t/live_engine_request_body.t
rename to t/aggregate/live_engine_request_body.t
index 06198f0..f5c5066 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 tests => 18;
 use Catalyst::Test 'TestApp';