]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/moosified-rs.t
version 0.22
[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.032612 seconds and 4 git commands to generate.