X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fmoosified-rs.t;fp=t%2Fmoosified-rs.t;h=c9020488e141bb73f5905d2bb12b33e9ae8ca1e1;hp=0000000000000000000000000000000000000000;hb=ac6bae45084484cdef44619daf60aa6b9eb2d02a;hpb=5c1ba4989dded4309b97be2e8dd48d7bc8b9b3ef diff --git a/t/moosified-rs.t b/t/moosified-rs.t new file mode 100644 index 0000000..c902048 --- /dev/null +++ b/t/moosified-rs.t @@ -0,0 +1,11 @@ +# -*- perl -*- + +use lib 't/lib'; +use DBSchemaMoose; +use RunTests; +use Test::More; + +my $schema = DBSchemaMoose->get_test_schema(); + +run_tests( $schema); +