Very basic tests for DBIC:Positioned.
[dbsrgits/DBIx-Class-Historic.git] / t / helperrels / 26positioned.t
CommitLineData
93cec8c3 1use Test::More;
2use lib qw(t/lib);
3use DBICTest;
4use DBICTest::HelperRels;
5
6require "t/run/26positioned.tl";
7run_tests(DBICTest->schema);