do not include .git directory
[catagits/Reaction.git] / t / 00componentui_compiles.t
index 1c60e78..cba4525 100644 (file)
@@ -2,6 +2,8 @@ use strict;
 use warnings;
 use Test::More tests => 1;
 
+BEGIN { $ENV{DBIC_OVERWRITE_HELPER_METHODS_OK} = 1; }
+
 use_ok('ComponentUI') 
   or BAIL_OUT('ComponentUI does not compile, giving up');