Create branch register_actions.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_headers.t
similarity index 98%
rename from t/live_engine_request_headers.t
rename to t/aggregate/live_engine_request_headers.t
index 33c57f9..551561e 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 => 17;
 use Catalyst::Test 'TestApp';