And make it actually work
[catagits/CatalystX-HelpText.git] / t / lib / TestApp.pm
index a18a1ef..0d9f176 100644 (file)
@@ -6,6 +6,7 @@ use Catalyst;
 
 extends 'Catalyst';
 
+__PACKAGE__->config('Model::Help' => { help_files_path => __PACKAGE__->path_to(qw/ root helptext /) });
 __PACKAGE__->setup;
 
 1;