I 've added a meaningful test, I hope. I have also added a drop method, but couldn't test this:
my $bag = Catmandu::Store::MongoDB->new(database_name => 'test');
can_ok($bag, 'drop'); # no success, maybe it must appear in the Catmandu::Bag modul first?
I 've added a meaningful test, I hope. I have also added a drop method, but couldn't test this:
my $bag = Catmandu::Store::MongoDB->new(database_name => 'test'); can_ok($bag, 'drop'); # no success, maybe it must appear in the Catmandu::Bag modul first?