Create branch register_actions.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_auth.t
similarity index 96%
rename from t/live_engine_request_auth.t
rename to t/aggregate/live_engine_request_auth.t
index b15c4d7..f5370ce 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 use Test::More tests => 7;
 use Catalyst::Test 'TestApp';