]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/moosified-rs.t
added use strict and use warnings to all tests + perltidy
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / moosified-rs.t
index c9020488e141bb73f5905d2bb12b33e9ae8ca1e1..f11401047e8841bf6824bfe8274f01deb9fcf246 100644 (file)
@@ -1,11 +1,11 @@
-# -*- perl -*-
+use strict;
+use warnings;
+use Test::More;
 
 use lib 't/lib';
 use DBSchemaMoose;
 use RunTests;
-use Test::More;
-
-my $schema = DBSchemaMoose->get_test_schema();
 
-run_tests( $schema);
+my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:');
 
+run_tests($schema);
This page took 0.020036 seconds and 4 git commands to generate.