]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/moosified-rs.t
use an in-memory SQLite db for moosified-rs.t to not break the dzil release process...
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / moosified-rs.t
index c9020488e141bb73f5905d2bb12b33e9ae8ca1e1..e539cf8cba09dff9a945b702f9d7fcd03543e1b9 100644 (file)
@@ -5,7 +5,7 @@ use DBSchemaMoose;
 use RunTests;
 use Test::More;
 
-my $schema = DBSchemaMoose->get_test_schema();
+my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:');
 
 run_tests( $schema);
 
This page took 0.018347 seconds and 4 git commands to generate.