Failing tests for configured base classes and roles.
[catagits/CatalystX-DynamicComponent.git] / t / 01app.t
index 9fbc5ed..21e1224 100644 (file)
--- a/t/01app.t
+++ b/t/01app.t
@@ -1,5 +1,9 @@
 use strict;
 use warnings;
+
+use FindBin qw/$Bin/;
+use lib "$Bin/lib";
+
 use Test::More tests => 6;
 
 BEGIN { use_ok 'Catalyst::Test', 'DynamicAppDemo' }