Add in Data::Perl::Collection::Set from DBIx-Data-Store-old so we can run tests.
[catagits/App-IdiotBox.git] / t / store / sqlite.t
index a31f1c0..d0caa55 100644 (file)
@@ -1,6 +1,8 @@
 use strict;
 use warnings FATAL => 'all';
 
+use Test::More;
+
 use App::IdiotBox::Store::SQLite;
 use App::IdiotBox;
 
@@ -16,3 +18,7 @@ my $bucket = DwarnS $ib->{buckets}->get({ slug => 'opw2010'});
 #Dwarn [ $bucket->{videos}->flatten ];
 
 Dwarn $bucket->{videos}->get({ slug => 'troll-god-mountain' });
+
+ok(1); # This even a test? -- alh
+
+done_testing;