First stab at restructuring with tests_recursive() - no functional changes
[dbsrgits/DBIx-Class.git] / t / cdbi / 04-lazy.t
similarity index 99%
rename from t/cdbi-t/04-lazy.t
rename to t/cdbi/04-lazy.t
index 7b5a24c..bb1f288 100644 (file)
@@ -19,7 +19,7 @@ BEGIN {
 }
 
 INIT {
-       use lib 't/testlib';
+       use lib 't/cdbi/testlib';
        use Lazy;
 }