LibreCat / Catmandu-Store-MongoDB

A searchable store backed by MongoDB
https://metacpan.org/pod/Catmandu::Store::MongoDB
4 stars 2 forks source link

tests added #2

Closed vpeil closed 10 years ago

vpeil commented 11 years ago

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?

phochste commented 10 years ago

Included the tests + more in the dev-branch