Add in Data::Perl::Collection::Set from DBIx-Data-Store-old so we can run tests.
[catagits/App-IdiotBox.git] / t / show / front_page.t
index f7c67b3..c5c9fa8 100644 (file)
@@ -1,12 +1,19 @@
 use strict;
+use lib qw(t/lib);
 use warnings FATAL => 'all';
 use Test::More;
 
 use App::IdiotBox;
 use Data::Perl::Collection::Set;
 
+BEGIN { $INC{"App/IdiotBox/Store/Test.pm"} = __FILE__ }
+
+sub App::IdiotBox::Store::Test::bind {}
+
 my $idiotbox = App::IdiotBox->new({
- config => { template_dir => 'share/html' }
+  config => {
+    store => 'Test'
+  }
 });
 
 my $ann = do {