The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More;

use lib 't/lib';
use MongooseT; # this connects to the db for me

ok 1, 'connection ok';
db->drop unless $ENV{MONGOOSE_SKIP_DROP};
done_testing;