]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - 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
1 # -*- perl -*-
2
3 use lib 't/lib';
4 use DBSchemaMoose;
5 use RunTests;
6 use Test::More;
7
8 my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:');
9
10 run_tests( $schema);
11
This page took 0.030501 seconds and 5 git commands to generate.