Move aggregatable tests using TestApp to t/aggregate.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_large.t
similarity index 95%
rename from t/live_engine_response_large.t
rename to t/aggregate/live_engine_response_large.t
index 86665f2..84b796b 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 => 6;
 use Catalyst::Test 'TestApp';