Merge 'trunk' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git] / t / helperrels / 26might_have.t
diff --git a/t/helperrels/26might_have.t b/t/helperrels/26might_have.t
new file mode 100644 (file)
index 0000000..d3ec615
--- /dev/null
@@ -0,0 +1,7 @@
+use Test::More;
+use lib qw(t/lib);
+use DBICTest;
+use DBICTest::HelperRels;
+
+require "t/run/26might_have.tl";
+run_tests(DBICTest->schema);