basic structure in place
[dbsrgits/DBIx-Class-ResultSet-WithMetaData.git] / t / basic.t
1 #!perl
2
3 use Test::More tests => 9;
4 use lib qw(t/lib);
5 use DBICTest;
6 use Data::Dumper;
7
8 # set up and populate schema
9 ok(my $schema = DBICTest->init_schema(), 'got schema');
10