Updated doc and provided tests for abort_chain_on_error_fix
[catagits/Catalyst-Runtime.git] / t / class_traits.t
index 2f6e4f3..edccea2 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
   sub c { 'c' }
 
   package TestApp::TraitFor::Request::Bar;
-  $INC{'Catalyst/TraitFor/Request/Bar.pm'} = __FILE__;
+  $INC{'TestApp/TraitFor/Request/Bar.pm'} = __FILE__;
   use Moose::Role;
 
   sub d { 'd' }
@@ -31,7 +31,7 @@ BEGIN {
   sub c { 'c' }
 
   package TestApp::TraitFor::Response::Bar; 
-  $INC{'Catalyst/TraitFor/Response/Bar.pm'} = __FILE__;
+  $INC{'TestApp/TraitFor/Response/Bar.pm'} = __FILE__;
 
   use Moose::Role;