X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICDHTest.pm;h=22017e3b11215f10024a1f9e2e9847c84ada70a7;hb=7b3d00f984e43c319a637332579e950376637a3d;hp=013f79f91cf04f5f74eb3ebf337cc308db88fcc5;hpb=f3b5161e466df2a94f2704177f0173e7d940c4d5;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/lib/DBICDHTest.pm b/t/lib/DBICDHTest.pm index 013f79f..22017e3 100644 --- a/t/lib/DBICDHTest.pm +++ b/t/lib/DBICDHTest.pm @@ -6,13 +6,6 @@ use warnings; use File::Path 'remove_tree'; use DBI; -sub ready { - if (-d 't/sql') { - remove_tree('t/sql'); - mkdir 't/sql'; - } -} - sub dbh { DBI->connect('dbi:SQLite::memory:', undef, undef, { RaiseError => 1 }) }